共用方式為


IsHashed 屬性

Gets or sets a value that indicates whether the password is hashed.

命名空間:  Microsoft.SqlServer.Management.SqlParser.Metadata
組件:  Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)

語法

'宣告
Property IsHashed As Boolean
    Get
    Set
'用途
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)

屬性值

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

實作

IPassword. . :: . .IsHashed