Compartir a través de


MustChange Propiedad

Gets or sets a value that indicates whether the password must be changed.

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

Sintaxis

'Declaración
Property MustChange As Boolean
    Get
    Set
'Uso
Dim instance As IMutablePassword
Dim value As Boolean

value = instance.MustChange

instance.MustChange = value
bool MustChange { get; set; }
property bool MustChange {
    bool get ();
    void set (bool value);
}
abstract MustChange : bool with get, set
function get MustChange () : boolean
function set MustChange (value : boolean)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the password must be changed; otherwise, false.

Implementa

IPassword. . :: . .MustChange