Skip to content

Latest commit

 

History

History
101 lines (67 loc) · 2.45 KB

cim-concretecomponent.md

File metadata and controls

101 lines (67 loc) · 2.45 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Represents a generic association used to establish the parts of a relationship between managed elements.
9785ea8b-fb76-4ffe-8649-aa2fe1b01d5f
CIM_ConcreteComponent class
reference
05/31/2018
APIRef
kbSyntax
CIM_ConcreteComponent
CIM_ConcreteComponent.GroupComponent
CIM_ConcreteComponent.PartComponent
DllExport
vmms.exe

CIM_ConcreteComponent class

Represents a generic association used to establish the parts of a relationship between managed elements.

Syntax

[Association, Aggregation, Abstract, Version("2.10.0"), UMLPackagePath("CIM::Core::CoreElements"), AMENDMENT]
class CIM_ConcreteComponent : CIM_Component
{
  CIM_ManagedElement REF GroupComponent;
  CIM_ManagedElement REF PartComponent;
};

Members

The CIM_ConcreteComponent class has these types of members:

Properties

The CIM_ConcreteComponent class has these properties.

GroupComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent")

The parent element in the association.

PartComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Override ("PartComponent")

The child element in the association.

Requirements

Requirement Value
Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\virtualization\v2
MOF
WindowsVirtualization.V2.mof
DLL
Vmms.exe

See also

CIM_Component