ILoginOptions.IsDisabled Property
Gets the Boolean value that determines whether the login is disabled. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayDescriptionKeyAttribute("Login_IsDisabledDesc")> _
<DisplayNameKeyAttribute("Login_IsDisabledName")> _
ReadOnly Property IsDisabled As Boolean
[DisplayDescriptionKeyAttribute("Login_IsDisabledDesc")]
[DisplayNameKeyAttribute("Login_IsDisabledName")]
bool IsDisabled { get; }
[DisplayDescriptionKeyAttribute(L"Login_IsDisabledDesc")]
[DisplayNameKeyAttribute(L"Login_IsDisabledName")]
property bool IsDisabled {
bool get ();
}
/** @property */
boolean get_IsDisabled ()
function get IsDisabled () : boolean
Property Value
A Boolean value that determines whether the login is disabled. If True, the login is disabled. Otherwise, False.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.