CIM_Component class

CIM_Component is a generic association used to establish \'part of\' relationships between Managed Elements. For example, it could be used to define the components or 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, UMLPackagePath("CIM::Core::CoreElements"), Version("2.7.0"), AMENDMENT]
class CIM_Component
{
  CIM_ManagedElement REF GroupComponent;
  CIM_ManagedElement REF PartComponent;
};

Members

The CIM_Component class has these types of members:

Properties

The CIM_Component class has these properties.

GroupComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: key, Aggregate

The parent element in the association.

PartComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: key

The child element in the association.

Requirements

Minimum supported client
Windows 10 [desktop apps only]
Minimum supported server
Windows Server 2016
Namespace
Root\standardcimv2
MOF
NetEventPacketCapture.mof
DLL
NetEventPacketCapture.dll