PasswordAlterLoginOption.Unlock-Eigenschaft

Ruft einen Wert ab, der angibt, ob UNLOCK 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 Unlock As Boolean
    Get
    Set
public bool Unlock { get; set; }
public:
property bool Unlock {
    bool get ();
    void set (bool value);
}
member Unlock : bool with get, set
function get Unlock () : boolean
function set Unlock (value : boolean)

Eigenschaftswert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

PasswordAlterLoginOption Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace