CIM_SystemComponent class

Represents an association between a system and one of the elements that compose it.

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

Syntax

[Abstract, Association, Aggregation, Version("2.10.0"), 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: Aggregate, Override ("GroupComponent")

The system that contains the PartComponent.

PartComponent

Data type: CIM_ManagedSystemElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

The child element that is a component of the System.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2008
End of client support
None supported
End of server support
Windows Server 2012 R2
Namespace
Root\virtualization
MOF
WindowsVirtualization.mof

See also

CIM_Component