Свойство IsHashed

Gets or sets a value that indicates whether the password is hashed.

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

Синтаксис

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

value = instance.IsHashed

instance.IsHashed = value
bool IsHashed { get; set; }
property bool IsHashed {
    bool get ();
    void set (bool value);
}
abstract IsHashed : bool with get, set
function get IsHashed () : boolean
function set IsHashed (value : boolean)

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

Тип: System. . :: . .Boolean
true if the password is hashed; otherwise, false.

Реализует

IPassword. . :: . .IsHashed