Compartir a través de


IsLocked Propiedad

Gets the Boolean property value that specifies whether the login account has been locked out of 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> _
Public ReadOnly Property IsLocked As Boolean
    Get
'Uso
Dim instance As Login
Dim value As Boolean

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

Valor de la propiedad

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