다음을 통해 공유


IsDisabled 속성

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

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

구문

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

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

속성 값

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