Propriété IsHashed
Gets a value that indicates whether the password is hashed.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property IsHashed As Boolean
Get
'Utilisation
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
Valeur de propriété
Type : System. . :: . .Boolean
true if the password is hashed; otherwise, false.
Voir aussi