| Win32_MemoryArrayLocation | |||
| The Win32_MemoryArrayLocation class represents an association between a logical memory array and the physical memory array upon which it exists. | |||
| NameSpace Path | |||
| \ROOT\CIMV2 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the physical memory array that implements the logical memory array. | |
| Dependent | Reference | The Dependent reference indicates the logical memory array implemented by the physical memory array. | |
| SAMPLE DATA INSTANCE | |||
|    [LOCALE(1033): ToInstance Amended]    instance of Win32_MemoryArrayLocation    {     Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_PhysicalMemoryArray.Tag=\"Physical Memory Array 0\"";     Dependent = "\\\\SCCM01\\root\\cimv2:Win32_MemoryArray.DeviceID=\"Memory Array 0\"";    }; | |||