CIM_ElementConformsToProfile class

Used to associate an instance of a subclass of CIM_ManagedElement with a corresponding instance of CIM_RegisteredProfile to which the managed element belongs. This association can apply to any managed element. Typical usage will apply the association to a higher-level instance, such as a system, namespace, or service. When applied to a higher-level instance, all constituent parts must support conformance of ManagedElement to the named

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.

CIM_RegisteredProfile instance.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

[Association, Version("2.8.0"), UMLPackagePath("CIM::Interop"), AMENDMENT]
class CIM_ElementConformsToProfile
{
  CIM_RegisteredProfile REF ConformantStandard;
  CIM_ManagedElement    REF ManagedElement;
};

Members

The CIM_ElementConformsToProfile class has these types of members:

  • Properties

Properties

The CIM_ElementConformsToProfile class has these properties.

ConformantStandard

Data type: CIM_RegisteredProfile

Access type: Read-only

Qualifiers: Key

Specifies the CIM_RegisteredProfile to which the ManagedElement conforms.

ManagedElement

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Key

Specifies the CIM_ManagedElement that conforms to the CIM_RegisteredProfile.

Remarks

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

Minimum supported client

Windows 7

Minimum supported server

Windows Server 2008 R2

Namespace

Root\interop

MOF

Interop.mof