Expand Minimize
This topic has not yet been rated - Rate this topic

CIM_SystemComponent class

The CIM_SystemComponent class is a Common Information Model (CIM) association class that establishes relationships between a system and the managed system elements of which it is composed.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties are listed in alphabetic order, not MOF order.

Syntax

class CIM_SystemComponent
{
  CIM_System               REF GroupComponent;
  CIM_ManagedSystemElement REF PartComponent;
};

Members

The CIM_SystemComponent class has these types of members:

Properties

The CIM_SystemComponent class has these properties.

GroupComponent
Data type: CIM_System
Access type: Read-only

Reference to the parent system in the association. This property is inherited from CIM_Component.

PartComponent
Data type: CIM_ManagedSystemElement
Access type: Read-only

Reference to the child element that is a component of a system. This property is inherited from CIM_Component.

Remarks

WMI does not implement this class. For WMI classes derived from CIM_SystemComponent, see Win32 Classes.

This documentation is derived from the CIM class descriptions published by the DMTF. Microsoft may have made changes to correct minor errors, conform to Microsoft SDK documentation standards, or provide more information.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows 2000 Professional [desktop apps only]

Minimum supported server

Windows 2000 Server [desktop apps only]

Namespace

\root\CIMV2

MOF

Cimwin32.mof

DLL

Cimwin32.dll

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.