Compartir a través de


IsHashed Propiedad

Gets or sets 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
Property IsHashed As Boolean
    Get
    Set
'Uso
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)

Valor de la propiedad

Tipo: System. . :: . .Boolean
true if the password is hashed; otherwise, false.

Implementa

IPassword. . :: . .IsHashed