Propriedade ISql90Login.IsPasswordMustChange

Obtém ou define um valor que indica se o usuário deve alterar a senha no próximo uso.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
Property IsPasswordMustChange As Boolean
    Get
    Set
bool IsPasswordMustChange { get; set; }
property bool IsPasswordMustChange {
    bool get ();
    void set (bool value);
}
abstract IsPasswordMustChange : bool with get, set
function get IsPasswordMustChange () : boolean
function set IsPasswordMustChange (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

ISql90Login Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel