Interfaz IRestrictedAccess

Represents an interface that implements single-user access to the server for the referenced connection.

Espacio de nombres:  Microsoft.SqlServer.Management.Common
Ensamblado:  Microsoft.SqlServer.ConnectionInfo (en Microsoft.SqlServer.ConnectionInfo.dll)

Sintaxis

'Declaración
Public Interface IRestrictedAccess
'Uso
Dim instance As IRestrictedAccess
public interface IRestrictedAccess
public interface class IRestrictedAccess
type IRestrictedAccess =  interface end
public interface IRestrictedAccess

El tipo IRestrictedAccess expone los siguientes miembros.

Propiedades

  Nombre Descripción
Propiedad pública SingleConnection Gets or sets the Boolean property that specifies whether access to the server is restricted to a single user.

Arriba

Comentarios

The IRestrictedAccess class is implemented by various instance classes.