CIM_CollectedCollections class
The CIM_CollectedCollections class is an aggregation association that represents a collection of Managed System Elements (MSE) contained in a collection of MSEs.
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
class CIM_CollectedCollections
{
CIM_CollectionOfMSEs REF Collection;
CIM_CollectionOfMSEs REF CollectionInCollection;
};
Members
The CIM_CollectedCollections class has these types of members:
Properties
The CIM_CollectedCollections class has these properties.
-
Collection
-
-
Data type: CIM_CollectionOfMSEs
-
Access type: Read-only
Reference to the "higher level" or parent element in the aggregation.
-
-
CollectionInCollection
-
-
Data type: CIM_CollectionOfMSEs
-
Access type: Read-only
Reference to the "collected" Collection.
-
Remarks
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 |
|