Свойство PasswordAlterPrincipalOption.Hashed

Gets or sets a value that indicates whether HASHED was specified.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Hashed As Boolean 
    Get 
    Set
'Применение
Dim instance As PasswordAlterPrincipalOption 
Dim value As Boolean 

value = instance.Hashed

instance.Hashed = value
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)

Значение свойства

Тип: System.Boolean
True if HASHED was specified; otherwise, false.

См. также

Справочник

PasswordAlterPrincipalOption Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom