ILoginOptions.PasswordExpirationEnabled 속성

Gets or sets the Boolean value that determines whether the login password will expire automatically.

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

구문

‘선언
<DisplayNameKeyAttribute("Login_PasswordExpirationEnabledName")> _
<DisplayDescriptionKeyAttribute("Login_PasswordExpirationEnabledDesc")> _
Property PasswordExpirationEnabled As Boolean 
    Get 
    Set
‘사용 방법
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)

속성 값

유형: System.Boolean
A Boolean value that determines whether the login password will expire automatically.If True, the password will expire automatically. Otherwise, False.

참고 항목

참조

ILoginOptions 인터페이스

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