CIM_Component class

A generic association used to establish 'part of' relationships between Managed System Elements. For example, the SystemComponent association defines parts of a System.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, Abstract, Aggregation, UUID("{7C6B02AF-B639-4ca5-9A92-E5710AB090AC}"), AMENDMENT]
class CIM_Component
{
  CIM_ManagedSystemElement REF GroupComponent;
  CIM_ManagedSystemElement REF PartComponent;
};

Members

The CIM_Component class has these types of members:

Properties

The CIM_Component class has these properties.

GroupComponent

Data type: CIM_ManagedSystemElement

Access type: Read-only

Qualifiers: Aggregate, Key

The parent element in the association.

PartComponent

Data type: CIM_ManagedSystemElement

Access type: Read-only

Qualifiers: Key

The child element in the association.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
Namespace
Root\MSCluster
MOF
ClusWMI.mof
DLL
ClusWMI.dll