PasswordAlterLoginOption.MustChange-Eigenschaft

Ruft einen Wert ab, der angibt, ob MUST_CHANGE angegeben wurde.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property MustChange As Boolean
    Get
    Set
public bool MustChange { get; set; }
public:
property bool MustChange {
    bool get ();
    void set (bool value);
}
member MustChange : bool with get, set
function get MustChange () : boolean
function set MustChange (value : boolean)

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn MUST_CHANGE angegeben wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

PasswordAlterLoginOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace