IsHashed Propiedad
Gets a value that indicates whether the password is hashed.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
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 de la propiedad
Tipo: System. . :: . .Boolean
true if the password is hashed; otherwise, false.
Vea también