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 represented by instances of the DatabaseStorageArea class. The DatabaseStorage class represents the relationship between a CommonDatabase and the storage areas which it uses.
Qualifiers:Version ( "2.8.0" ) Aggregation Association
Parameters (local in grey)
Override ( "PartComponent" )
CIM_DatabaseStorageArea REF PartComponent ;
A DatabaseStorageArea used by the associated CommonDatabase. A DatabaseStorageArea MUST only be used by a single database.
Min ( 1 )
Max ( 1 )
Override ( "GroupComponent" )
Aggregate
CIM_CommonDatabase REF GroupComponent ;
The database which makes use of the associated DatabaseStorageArea.