ILoginOptions.MustChangePassword 속성

Gets the Boolean value that determines whether the login password must be changed.

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

구문

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

value = instance.MustChangePassword
[DisplayDescriptionKeyAttribute("Login_MustChangePasswordDesc")]
[DisplayNameKeyAttribute("Login_MustChangePasswordName")]
bool MustChangePassword { get; }
[DisplayDescriptionKeyAttribute(L"Login_MustChangePasswordDesc")]
[DisplayNameKeyAttribute(L"Login_MustChangePasswordName")]
property bool MustChangePassword {
    bool get ();
}
[<DisplayDescriptionKeyAttribute("Login_MustChangePasswordDesc")>]
[<DisplayNameKeyAttribute("Login_MustChangePasswordName")>]
abstract MustChangePassword : bool
function get MustChangePassword () : boolean

속성 값

유형: System.Boolean
A Boolean value that determines whether the login password must be changed.If True, the login password must be changed. Otherwise, False.

참고 항목

참조

ILoginOptions 인터페이스

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