次の方法で共有


MSFT_SMDiskDriveToPool class

Represents a relationship between a disk drive and a storage pool.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of the inherited properties.

Syntax

[Association, dynamic, provider("WMIStorage")]
class MSFT_SMDiskDriveToPool
{
  MSFT_SMDiskDrive REF Parent;
  MSFT_SMPool      REF Child;
};

Members

The MSFT_SMDiskDriveToPool class has these types of members:

Properties

The MSFT_SMDiskDriveToPool class has these properties.

Child

Data type: MSFT_SMPool

Access type: Read-only

Qualifiers: Key

The MSFT_SMPool object that represents the storage pool in the relationship.

Parent

Data type: MSFT_SMDiskDrive

Access type: Read-only

Qualifiers: Key

The MSFT_SMDiskDrive object that represents the disk drive in the relationship.

Requirements

Minimum supported client
None supported
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Storage\SM
MOF
MsftStrgMan.mof
DLL
StorageService.dll

See also

Windows Storage Management WMI Provider