Interface IRestrictedAccess
Represents an interface that implements single-user access to the server for the referenced connection.
Namespace: Microsoft.SqlServer.Management.Common
Assembly: Microsoft.SqlServer.ConnectionInfo (em Microsoft.SqlServer.ConnectionInfo.dll)
Sintaxe
'Declaração
Public Interface IRestrictedAccess
'Uso
Dim instance As IRestrictedAccess
public interface IRestrictedAccess
public interface class IRestrictedAccess
type IRestrictedAccess = interface end
public interface IRestrictedAccess
O tipo IRestrictedAccess expõe os membros a seguir.
Propriedades
Nome | Descrição | |
---|---|---|
SingleConnection | Gets or sets the Boolean property that specifies whether access to the server is restricted to a single user. |
Início
Comentários
The IRestrictedAccess class is implemented by various instance classes.