PasswordCreateLoginSource.Hashed Property
Gets or sets a value that indicates whether HASHED is specified.
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
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)
Property Value
Type: System.Boolean
Returns true if the HASHED option was specified; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.