다음을 통해 공유


IsLocked 속성

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

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

구문

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

value = instance.IsLocked
[DisplayDescriptionKeyAttribute("Login_IsLockedDesc")]
[DisplayNameKeyAttribute("Login_IsLockedName")]
bool IsLocked { get; }
[DisplayDescriptionKeyAttribute(L"Login_IsLockedDesc")]
[DisplayNameKeyAttribute(L"Login_IsLockedName")]
property bool IsLocked {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Login_IsLockedDesc")>]
[<DisplayNameKeyAttribute("Login_IsLockedName")>]
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.