Propriedade do RDL IsHashed
Gets a value that indicates whether the password is hashed.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property IsHashed As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the password is hashed; otherwise, false.
Consulte também