CIM_ServiceComponent class
Models a set of subordinate services that are aggregated together to form a higher-level service.
Important The DMTF (Distributed Management Task Force) CIM (Common Information Model) classes are the parent classes upon which WMI classes are built. WMI currently supports only the CIM 2.x version schemas.
The following syntax is simplified from Managed Object Format (MOF) code and includes all inherited properties.
Syntax
class CIM_ServiceComponent : CIM_Component
{
CIM_Service REF GroupComponent;
CIM_Service REF PartComponent;
};
Members
The CIM_ServiceComponent class has these types of members:
- Properties
Properties
The CIM_ServiceComponent class has these properties.
GroupComponent
Data type: CIM_Service
Access type: Read-only
The parent service.
PartComponent
Data type: CIM_Service
Access type: Read-only
The component service.
Requirements
Namespace |
Root\CIMV2 |