MSFT_SmbMultichannelConstraint class

Represents a network interface that SMB can use to connect to a server.

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

Syntax

[dynamic, provider("smbwmiv2"), ClassVersion("7")]
class MSFT_SmbMultichannelConstraint
{
  string ServerName;
  string InterfaceGuid;
  uint32 InterfaceIndex;
  string InterfaceAlias;
};

Members

The MSFT_SmbMultichannelConstraint class has these types of members:

Methods

The MSFT_SmbMultichannelConstraint class has these methods.

Method Description
CreateConstraint Creates a new Server Message Block (SMB) multichannel constraint for the specified server.

Properties

The MSFT_SmbMultichannelConstraint class has these properties.

InterfaceAlias

Data type: string

Access type: Read-only

Alias of the network interface.

InterfaceGuid

Data type: string

Access type: Read-only

Qualifiers: key

GUID of the network interface.

InterfaceIndex

Data type: uint32

Access type: Read-only

Index of the network interface.

ServerName

Data type: string

Access type: Read-only

Qualifiers: key

Name of the server to which the network interface connects.

Requirements

Minimum supported client
Windows 8
Minimum supported server
Windows Server 2012
Namespace
Root\Microsoft\Windows\Smb
MOF
Smbwmiv2.mof
DLL
SmbWmiV2.dll