CIM_SystemComponent class

CIM_SystemComponent is a specialization of the CIM_Component association that establishes 'part of' relationships between a System and the Managed System Elements of which it is composed.

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

Syntax

[Association, Abstract, Aggregation, UUID("{D4DF8D45-2057-4f5f-AAF0-BC4452F48F1F}"), AMENDMENT]
class CIM_SystemComponent : CIM_Component
{
  CIM_System               REF GroupComponent;
  CIM_ManagedSystemElement REF PartComponent;
};

Members

The CIM_SystemComponent class has these types of members:

Properties

The CIM_SystemComponent class has these properties.

GroupComponent

Data type: CIM_System

Access type: Read-only

Qualifiers: Override ("GroupComponent"), Aggregate

The parent System in the Association.

PartComponent

Data type: CIM_ManagedSystemElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

The child element that is a component of a System.

Requirements

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

See also

CIM_Component