Свойство 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