다음을 통해 공유


IsLocked 속성

Gets the Boolean value that determines whether the login is locked.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
<DisplayNameKeyAttribute("Login_IsLockedName")> _
<DisplayDescriptionKeyAttribute("Login_IsLockedDesc")> _
ReadOnly Property IsLocked As Boolean
    Get
‘사용 방법
Dim instance As ILoginOptions
Dim value As Boolean

value = instance.IsLocked
[DisplayNameKeyAttribute("Login_IsLockedName")]
[DisplayDescriptionKeyAttribute("Login_IsLockedDesc")]
bool IsLocked { get; }
[DisplayNameKeyAttribute(L"Login_IsLockedName")]
[DisplayDescriptionKeyAttribute(L"Login_IsLockedDesc")]
property bool IsLocked {
    bool get ();
}
[<DisplayNameKeyAttribute("Login_IsLockedName")>]
[<DisplayDescriptionKeyAttribute("Login_IsLockedDesc")>]
abstract IsLocked : bool
function get IsLocked () : boolean

속성 값

유형: System. . :: . .Boolean
A Boolean value that determines whether the login is locked.
If True, the login is locked. Otherwise, False.