Compartilhar via


Msvm_ConcreteComponent class

A generic association used to establish 'part of' relationships between managed elements. CIM_ConcreteComponent is defined as a concrete subclass of the abstract CIM_Component class, to be used in place of many specific subclasses of component that add no semantics (that is subclasses that do not clarify the type of composition, update cardinalities, or add or remove qualifiers.)

The following syntax is simplified Managed Object Format (MOF) code, and it includes all of the inherited properties.

Syntax

[Association, Aggregation, Dynamic, Provider("VmmsWmiInstanceAndMethodProvider"), AMENDMENT]
class Msvm_ConcreteComponent : CIM_ConcreteComponent
{
  CIM_ManagedElement REF GroupComponent;
  CIM_ManagedElement REF PartComponent;
};

Members

The Msvm_ConcreteComponent class has these types of members:

Properties

The Msvm_ConcreteComponent class has these properties.

GroupComponent

Data type: CIM_ManagedElement

Access type: Read-only

Qualifiers: Aggregate

The parent element in the association.

This property is inherited from CIM_ConcreteComponent.

PartComponent

Data type: CIM_ManagedElement

Access type: Read-only

The child element in the association.

This property is inherited from CIM_ConcreteComponent.

Remarks

Access to the Msvm_ConcreteComponent class might be restricted by UAC Filtering. For more information, see User Account Control and WMI.

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_ConcreteComponent

CIM_ConcreteComponent

Virtual System Classes