CIM_ConnectorOnPackage class
The CIM_ConnectorOnPackage class represents an association that makes explicit the containment relationship between connectors and packages. Physical packages contain connectors as well as other physical elements.
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. Properties are listed in alphabetic order, not MOF order.
Syntax
[Abstract, UUID("{FAF76B8C-798C-11D2-AAD1-006008C78BC7}"), AMENDMENT]
class CIM_ConnectorOnPackage : CIM_Container
{
string LocationWithinContainer;
CIM_PhysicalConnector REF PartComponent;
CIM_PhysicalPackage REF GroupComponent;
};
Members
The CIM_ConnectorOnPackage class has these types of members:
Properties
The CIM_ConnectorOnPackage class has these properties.
-
GroupComponent
-
-
Data type: CIM_PhysicalPackage
-
Access type: Read-only
A CIM_PhysicalPackage that describes the physical package that has a connector.
-
-
LocationWithinContainer
-
-
Data type: string
-
Access type: Read-only
Free-form string that represents the positioning of the physical element within the physical package. Information relative to stationary elements in the container (for example, "second drive bay from the top"), angles, altitudes, and other data can be recorded in this property. This string could supplement or be used in place of instantiating the CIM_Location object.
This property is inherited from CIM_Container.
-
-
PartComponent
-
-
Data type: CIM_PhysicalConnector
-
Access type: Read-only
-
Qualifiers: Override ("PartComponent")
A CIM_PhysicalConnector that describes the physical connector.
-
Remarks
The CIM_ConnectorOnPackage class is derived from CIM_Container.
WMI does not implement this class.
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows Vista |
Minimum supported server |
Windows Server 2008 |
Namespace |
Root\CIMV2 |
MOF |
|
DLL |
|