BACK TO INDEX

Win32_DiskDriveToDiskPartition
The Win32_DiskDriveToDiskPartition class represents an association between a disk drive and a partition existing on it.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
AntecedentReferenceThe Antecedent reference represents the Win32_DiskDrive containing the properties of the disk drive where the partition exists.
DependentReferenceThe Dependent reference represents the Win32_DiskPartition containing the properties of a disk partition residing on the disk drive.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_DiskDriveToDiskPartition
   {
    Antecedent = "\\\\SCCM01\\root\\cimv2:Win32_DiskDrive.DeviceID=\"\\\\\\\\.\\\\PHYSICALDRIVE0\"";
    Dependent = "\\\\SCCM01\\root\\cimv2:Win32_DiskPartition.DeviceID=\"Disk #0, Partition #0\"";
   };