| CIM_Container | |||
| The CIM_Container association represents the relationship between a contained and a containing physical element. A containing object must be a physical package. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| GroupComponent | Reference | The physical package that contains other physical elements, including other packages. | |
| LocationWithinContainer | String | A free-form string representing the positioning of the PhysicalElement within the PhysicalPackage. Information relative to stationary elements in the Container (for example, 'second drive bay from the top'), angles, altitudes and other data may be recorded in this property. This string could supplement or be used in place of instantiating the CIM_Location object. | |
| PartComponent | Reference | The physical element which is contained in the package. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_PhysicalMemoryLocation    {     GroupComponent = "\\\\SCCM01\\root\\cimv2:Win32_PhysicalMemoryArray.Tag=\"Physical Memory Array 0\"";     PartComponent = "\\\\SCCM01\\root\\cimv2:Win32_PhysicalMemory.Tag=\"Physical Memory 0\"";    }; | |||