ILoginOptions.IsDisabled 속성

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

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

구문

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

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

참고 항목

참조

ILoginOptions 인터페이스

Microsoft.SqlServer.Management.Smo 네임스페이스