다음을 통해 공유


MustChangePassword 속성

Gets the Boolean property value that specifies whether the login account password must be changed when the user next logs on to the instance of SQL Server.

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

구문

‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public ReadOnly Property MustChangePassword As Boolean
    Get
‘사용 방법
Dim instance As Login
Dim value As Boolean

value = instance.MustChangePassword
[SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")]
public bool MustChangePassword { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone, L"false")]
public:
virtual property bool MustChangePassword {
    bool get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
abstract MustChangePassword : bool
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")>]
override MustChangePassword : bool
final function get MustChangePassword () : boolean

속성 값

유형: System. . :: . .Boolean
A Boolean value that specifies whether the user must change the password when her or she next logs on to the instance of SQL Server.
If True, the login account password must be changed.
If False (default), the login account password does not require changing.

구현

ILoginOptions. . :: . .MustChangePassword