BACK TO INDEX

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
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the physical memory array that implements the logical memory array.
DependentReferenceThe 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\"";
   };