CIM_ParentChildSettingData class
An association between an instance of CIM_VirtualSystemSettingData and the CIM_VirtualSystemSettingData instance which represents the most recent snapshot upon which this object is based.
Important
The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.
Syntax
class CIM_ParentChildSettingData : CIM_Dependency
{
CIM_ManagedSystemElement REF Antecedent;
CIM_ManagedSystemElement REF Dependent;
CIM_VirtualSystemSettingData REF Parent;
CIM_VirtualSystemSettingData REF Child;
};
Members
The CIM_ParentChildSettingData class has these types of members:
Properties
The CIM_ParentChildSettingData class has these properties.
-
Antecedent
-
-
Data type: CIM_ManagedSystemElement
-
Access type: Read-only
Reference to the independent object in this association.
This property is inherited from CIM_Dependency.
-
-
Child
-
-
Data type: CIM_VirtualSystemSettingData
-
Access type: Read-only
The setting data for the virtual system which represents the child of the Parent.
-
-
Dependent
-
-
Data type: CIM_ManagedSystemElement
-
Access type: Read-only
Reference to the object that is dependent on the Antecedent property.
This property is inherited from CIM_Dependency.
-
-
Parent
-
-
Data type: CIM_VirtualSystemSettingData
-
Access type: Read-only
The snapshot setting data upon which the Child setting data is based.
-
Requirements
Requirement | Value |
---|---|
Namespace |
Root\CIMV2 |