IRestrictedAccess-Schnittstelle
Represents an interface that implements single-user access to the server for the referenced connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (in Microsoft.SqlServer.ConnectionInfo.dll)
Syntax
'Declaration
Public Interface IRestrictedAccess
'Usage
Dim instance As IRestrictedAccess
public interface IRestrictedAccess
public interface class IRestrictedAccess
type IRestrictedAccess = interface end
public interface IRestrictedAccess
Der IRestrictedAccess-Typ macht folgende Elemente verfügbar.
Eigenschaften
Name | Beschreibung | |
---|---|---|
SingleConnection | Gets or sets the Boolean property that specifies whether access to the server is restricted to a single user. |
Zum Anfang
Hinweise
The IRestrictedAccess class is implemented by various instance classes.