Compartir a través de


MSFT_SMFileShareToFileShareAccessControlEntry class

Represents a relationship between a file share and an access control entry.

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_SMFileShareToFileShareAccessControlEntry
{
  MSFT_SMFileShare                   REF Parent;
  MSFT_SMFileShareAccessControlEntry REF Child;
};

Members

The MSFT_SMFileShareToFileShareAccessControlEntry class has these types of members:

Properties

The MSFT_SMFileShareToFileShareAccessControlEntry class has these properties.

Child

Data type: MSFT_SMFileShareAccessControlEntry

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMFileShareAccessControlEntry object that represents the access control entry in the relationship.

Parent

Data type: MSFT_SMFileShare

Access type: Read-only

Qualifiers: Key

A reference to the MSFT_SMFileShare object that represents the file share 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