Compartir a través de


Login.HasAccess Propiedad

Gets or sets the Boolean property value that specifies whether the SQL Server login account has access to the instance of SQL Server.

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

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")> _
Public ReadOnly Property HasAccess As Boolean 
    Get
'Uso
Dim instance As Login 
Dim value As Boolean 

value = instance.HasAccess
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")]
public bool HasAccess { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"true")]
public:
property bool HasAccess {
    bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "true")>]
member HasAccess : bool
function get HasAccess () : boolean

Valor de la propiedad

Tipo: System.Boolean
A Boolean value that specifies whether the login account has access to the instance of SQL Server. If True, the login has access to the instance of SQL Server.If False (default), the login does not have access to the instance of SQL Server.

Ejemplos

Administrar usuarios, roles e inicios de sesión

Vea también

Referencia

Login Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Entidades de seguridad (motor de base de datos)

CREATE LOGIN (Transact-SQL)