Share via


CIM_ServiceComponent class

Represents an association in which a service is a component of a parent service, which together, form a higher-level service.

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

Syntax

[Abstract, Association, Aggregation, Version("2.6.0")]
class CIM_ServiceComponent : CIM_Component
{
  CIM_Service REF GroupComponent;
  CIM_Service REF PartComponent;
};

Members

The CIM_ServiceComponent class has these types of members:

Properties

The CIM_ServiceComponent class has these properties.

GroupComponent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Aggregate, Override ("GroupComponent")

The parent service.

PartComponent

Data type: CIM_Service

Access type: Read-only

Qualifiers: Override ("PartComponent")

The component service.

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_Component