IsLocked 属性

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

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public ReadOnly Property IsLocked As Boolean
    Get
用法
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

属性值

类型: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.

实现

ILoginOptions. . :: . .IsLocked