Compartir a través de


MSFT_SMFileServerToFileSystem class

Represents a relationship between a file server 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_SMFileServerToFileSystem
{
  MSFT_SMFileServer REF Parent;
  MSFT_SMFileSystem REF Child;
};

Members

The MSFT_SMFileServerToFileSystem class has these types of members:

Properties

The MSFT_SMFileServerToFileSystem class has these properties.

Child

Data type: MSFT_SMFileSystem

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMFileSystem object that represents the file system in the relationship.

Parent

Data type: MSFT_SMFileServer

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMFileServer object that represents the file server in the relationship.

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