編集

次の方法で共有


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