PasswordAlterLoginOption.Unlock プロパティ

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property Unlock As Boolean
'使用
Dim instance As PasswordAlterLoginOption
Dim value As Boolean

value = instance.Unlock

instance.Unlock = value
public bool Unlock { get; set; }
public:
property bool Unlock {
    bool get ();
    void set (bool value);
}
public function get Unlock () : boolean
public function set Unlock (value : boolean)

プロパティ値

型 : System.Boolean

参照

参照

PasswordAlterLoginOption クラス

PasswordAlterLoginOption メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間