BACK TO INDEX

Win32_LogicalDiskToPartition
The Win32_LogicalDiskToPartition class represents an association between a logical disk drive and the disk partition it resides on.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the Win32_DiskPartition containing the properties of a disk partition where the logical disk resides.
DependentReferenceThe Dependent reference represents the Win32_LogicalDisk containing the properties of a logical disk that resides on a physical disk partition.
EndingAddressUInt64EndingAddress indicates where in lower level storage, the higher level extent ends. This property is useful when mapping non-contiguous extents into a higher level grouping.
StartingAddressUInt64StartingAddress indicates where in lower level storage, the higher level extent begins.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_LogicalDiskToPartition
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_DiskPartition.DeviceID=\"Disk #0, Partition #0\"";
    Dependent = "\\\\SCCM01\\root\\cimv2:Win32_LogicalDisk.DeviceID=\"C:\"";
    EndingAddress = "41940702719";
    StartingAddress = "32256";
   };