CIM_ReferencedProfile class

Used to associate an instance CIM_RegisteredProfile with an instance of CIM_RegisteredProfile of another profile that references the dependent profile as a related profile.

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

[Association, Version("2.8.0"), UMLPackagePath("CIM::Interop"), AMENDMENT]
class CIM_ReferencedProfile : CIM_Dependency
{
  CIM_RegisteredProfile REF Antecedent;
  CIM_RegisteredProfile REF Dependent;
};

Members

The CIM_ReferencedProfile class has these types of members:

Properties

The CIM_ReferencedProfile class has these properties.

Antecedent

Data type: CIM_RegisteredProfile

Access type: Read-only

Specifies the CIM_RegisteredProfile instance that is referenced by the Dependent profile.

Dependent

Data type: CIM_RegisteredProfile

Access type: Read-only

Specifies a CIM_RegisteredProfile instance that references other profiles.

Remarks

The use of the Dependent and Antecedent properties in the CIM_ReferencedProfile association is defined such that the profile being referenced is the antecedent and the profile doing the referencing is the dependent.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Requirements

Requirement Value
Minimum supported client
Windows 7
Minimum supported server
Windows Server 2008 R2
Namespace
Root\interop
MOF
Interop.mof

See also

CIM_Dependency