Compartilhar via


Propriedade 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.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public ReadOnly Property MustChangePassword As Boolean
    Get
'Uso
Dim instance As Login
Dim value As Boolean

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

Valor da propriedade

Tipo: 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.

Implementa

ILoginOptions. . :: . .MustChangePassword