CIM_ReplacementSet class

The CIM_ReplacementSet class aggregates physical elements that must be replaced together. For example, when replacing a memory card, the component memory chips can also be removed and replaced. Or, this association can be used to replace or upgrade a set of memory chips.

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

Syntax

[Abstract, UUID("{FAF76B6C-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_ReplacementSet
{
  string Description;
  string Name;
};

Members

The CIM_ReplacementSet class has these types of members:

Properties

The CIM_ReplacementSet class has these properties.

Description

Data type: string

Access type: Read-only

Free-form string that specifies information related to this class. The purpose of the set, or information related to how the component elements are replaced, can be included in this property.

Name

Data type: string

Access type: Read-only

Qualifiers: Key, MaxLen (256)

Free-form string that defines a label for this property. This property is the key for the object.

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