Свойство IsHashed
Gets a value that indicates whether the password is hashed.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property IsHashed As Boolean
Get
'Применение
Dim instance As IPassword
Dim value As Boolean
value = instance.IsHashed
bool IsHashed { get; }
property bool IsHashed {
bool get ();
}
abstract IsHashed : bool
function get IsHashed () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the password is hashed; otherwise, false.
См. также