CIM_HostedDependency class
Defines a managed element in the context of another managed element in which it resides.
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 inherited properties.
Syntax
class CIM_HostedDependency : CIM_Dependency
{
CIM_ManagedElement REF Antecedent;
CIM_ManagedElement REF Dependent;
};
Members
The CIM_HostedDependency class has these types of members:
- Properties
Properties
The CIM_HostedDependency class has these properties.
Antecedent
Data type: CIM_ManagedElement
Access type: Read-only
Qualifiers: Override, Max ( 1)
The scoping managed element.
Dependent
Data type: CIM_ManagedElement
Access type: Read-only
The hosted managed element.
Requirements
Namespace |
Root\CIMV2 |