MustChange 属性

Gets or sets a value that indicates whether the password must be changed.

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property MustChange As Boolean
    Get
    Set
用法
Dim instance As IMutablePassword
Dim value As Boolean

value = instance.MustChange

instance.MustChange = value
bool MustChange { get; set; }
property bool MustChange {
    bool get ();
    void set (bool value);
}
abstract MustChange : bool with get, set
function get MustChange () : boolean
function set MustChange (value : boolean)

属性值

类型:System. . :: . .Boolean
true if the password must be changed; otherwise, false.

实现

IPassword. . :: . .MustChange