Condividi tramite


Proprietà Login.IsLocked

Gets the Boolean property value that specifies whether the login account has been locked out of the instance of SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public ReadOnly Property IsLocked As Boolean 
    Get
'Utilizzo
Dim instance As Login 
Dim value As Boolean 

value = instance.IsLocked
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")]
public bool IsLocked { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"false")]
public:
virtual property bool IsLocked {
    bool get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
abstract IsLocked : bool
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
override IsLocked : bool
final function get IsLocked () : boolean

Valore proprietà

Tipo: System.Boolean
A Boolean value that specifies whether Basic authentication is enabled for the logon.If True, the login account has been locked out of the instance of SQL Server.If False (default), the login account has not been locked out of the instance of SQL Server.

Implementa

ILoginOptions.IsLocked

Esempi

Gestione di utenti, ruoli e account di accesso

Vedere anche

Riferimento

Login Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Entità (Motore di database)

CREATE LOGIN (Transact-SQL)