Database\CIM_DatabaseControlFile.mof.mof (HTML version)

Return to index
CIM_DatabaseControlFile Superclass: CIM_HostedDependency
CIM_DatabaseControlFile is a specialization of the CIM_Dependency association that identifies the LogicalFiles that provide control information for a Database. As an example, some implementations of CommonDatabase assign particular significance to a small number of files that contain database state and configuration information. This association is intended to provide an efficient means of identifying these files.
Qualifiers:Version ( "2.10" ) UMLPackagePath ( "CIM::Database::Storage" ) Association
Parameters (local in grey)
Override ( "Dependent" )
CIM_LogicalFile REF Dependent ;
The LogicalFile that contains control information for the associated CommonDatabase.
Max ( 1 )
Min ( 0 )
Override ( "Antecedent" )
CIM_CommonDatabase REF Antecedent ;
The parent CommonDatabase for the associated control file.