Partager via


MSFT_SMPoolToFileSystem class

Represents a relationship between a storage pool and a file system.

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_SMPoolToFileSystem
{
  MSFT_SMPool       REF Parent;
  MSFT_SMFileSystem REF Child;
};

Members

The MSFT_SMPoolToFileSystem class has these types of members:

Properties

The MSFT_SMPoolToFileSystem class has these properties.

Child

Data type: MSFT_SMFileSystem

Access type: Read-only

Qualifiers: Key

A reference to the object that represents the file system.

Parent

Data type: MSFT_SMPool

Access type: Read-only

Qualifiers: Key

A reference to the object that represents the storage pool.

Requirements

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

See also

Windows Storage Management WMI Provider