CIM_Dependency class
CIM_Dependency is a generic association used to establish dependency relationships between objects.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
[Association, Abstract, UUID("{26BB4D6A-0473-494e-A864-5CAEEB9AB330}"), AMENDMENT]
class CIM_Dependency
{
CIM_ManagedSystemElement REF Antecedent;
CIM_ManagedSystemElement REF Dependent;
};
Members
The CIM_Dependency class has these types of members:
Properties
The CIM_Dependency class has these properties.
-
Antecedent
-
-
Data type: CIM_ManagedSystemElement
-
Access type: Read-only
-
Qualifiers: Key
Antecedent represents the independent object in this association.
-
-
Dependent
-
-
Data type: CIM_ManagedSystemElement
-
Access type: Read-only
-
Qualifiers: Key
Dependent represents the object dependent on the Antecedent.
-
Requirements
Minimum supported client |
None supported |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\MSCluster |
MOF |
|
DLL |
|