PasswordCreateLoginSource.Hashed-Eigenschaft

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

Eigenschaftswert

Typ: System.Boolean
Gibt true zurück, wenn die HASHED-Option angegeben wurde, andernfalls false.

.NET Framework-Sicherheit

Siehe auch

Referenz

PasswordCreateLoginSource Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace