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

[Association, Aggregation, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::CoreElements"), 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 2016
Namespace
Root\HyperVCluster\v2
MOF
WindowsHyperVCluster.V2.mof
DLL
VMMS.exe

See also

CIM_Component

Failover Clustering Hyper-V WMI Provider