Database\CIM_DatabaseStorage.mof.mof (HTML version)

Return to index
CIM_DatabaseStorage Superclass: CIM_Component
Databases are comprised of a collection of logical storage areas that are represented by instances of the DatabaseStorageArea class. The DatabaseStorage class represents the relationship between a CommonDatabase and the storage areas that it uses.
Qualifiers:Version ( "2.8.0" ) Aggregation Association
Parameters (local in grey)
Max ( 1 )
Min ( 1 )
Aggregate
Override ( "GroupComponent" )
CIM_CommonDatabase REF GroupComponent ;
The database that makes use of the associated DatabaseStorageArea.
Override ( "PartComponent" )
CIM_DatabaseStorageArea REF PartComponent ;
A DatabaseStorageArea that is used by the associated CommonDatabase. A DatabaseStorageArea must only be used by a single database.