| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Antecedent | Reference | The Antecedent reference represents the Win32_DiskPartition containing the properties of a disk partition where the logical disk resides. | |
| Dependent | Reference | The Dependent reference represents the Win32_LogicalDisk containing the properties of a logical disk that resides on a physical disk partition. | |
| EndingAddress | UInt64 | EndingAddress 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. | |
| StartingAddress | UInt64 | StartingAddress 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";    }; | |||