Compartir a través de


Login.MustChangePassword Propiedad

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.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone, "false")> _
Public ReadOnly Property MustChangePassword As Boolean 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Administrar usuarios, roles e inicios de sesión

Vea también

Referencia

Login Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Entidades de seguridad (motor de base de datos)

CREATE LOGIN (Transact-SQL)