CIM_ParticipatesInSet class

The CIM_ParticipatesInSet class identifies physical elements that should be replaced together.

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 its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

[Abstract, Association, Aggregation, UUID("{FAF76B6D-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_ParticipatesInSet
{
  CIM_PhysicalElement REF Element;
  CIM_ReplacementSet  REF Set;
};

Members

The CIM_ParticipatesInSet class has these types of members:

Properties

The CIM_ParticipatesInSet class has these properties.

Element

Data type: CIM_PhysicalElement

Access type: Read-only

Reference to the physical element that should be replaced with other elements, as a set.

Set

Data type: CIM_ReplacementSet

Access type: Read-only

Qualifiers: Aggregate

Reference to the replacement set of elements.

Remarks

WMI does not implement this class.

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 Vista
Minimum supported server
Windows Server 2008
Namespace
Root\CIMV2
MOF
CIMWin32.mof
DLL
CIMWin32.dll