Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the Boolean value that determines whether the login password will expire automatically.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<DisplayNameKeyAttribute("Login_PasswordExpirationEnabledName")> _
<DisplayDescriptionKeyAttribute("Login_PasswordExpirationEnabledDesc")> _
Property PasswordExpirationEnabled As Boolean
Get
Set
'Usage
Dim instance As ILoginOptions
Dim value As Boolean
value = instance.PasswordExpirationEnabled
instance.PasswordExpirationEnabled = value
[DisplayNameKeyAttribute("Login_PasswordExpirationEnabledName")]
[DisplayDescriptionKeyAttribute("Login_PasswordExpirationEnabledDesc")]
bool PasswordExpirationEnabled { get; set; }
[DisplayNameKeyAttribute(L"Login_PasswordExpirationEnabledName")]
[DisplayDescriptionKeyAttribute(L"Login_PasswordExpirationEnabledDesc")]
property bool PasswordExpirationEnabled {
bool get ();
void set (bool value);
}
[<DisplayNameKeyAttribute("Login_PasswordExpirationEnabledName")>]
[<DisplayDescriptionKeyAttribute("Login_PasswordExpirationEnabledDesc")>]
abstract PasswordExpirationEnabled : bool with get, set
function get PasswordExpirationEnabled () : boolean
function set PasswordExpirationEnabled (value : boolean)
Eigenschaftswert
Typ: System.Boolean
A Boolean value that determines whether the login password will expire automatically.If True, the password will expire automatically. Otherwise, False.