Policy.TargetProcessedEventArgs.IsConfigurable プロパティ

対象を処理した結果を含む Boolean 値を取得または設定します。

名前空間:  Microsoft.SqlServer.Management.Dmf
アセンブリ:  Microsoft.SqlServer.Dmf (Microsoft.SqlServer.Dmf.dll)

構文

'宣言
Public Property IsConfigurable As Boolean 
    Get 
    Set
'使用
Dim instance As Policy.TargetProcessedEventArgs 
Dim value As Boolean 

value = instance.IsConfigurable

instance.IsConfigurable = value
public bool IsConfigurable { get; set; }
public:
property bool IsConfigurable {
    bool get ();
    void set (bool value);
}
member IsConfigurable : bool with get, set
function get IsConfigurable () : boolean 
function set IsConfigurable (value : boolean)

プロパティ値

型: System.Boolean
対象を処理した結果を含む Boolean 値です。

関連項目

参照

Policy.TargetProcessedEventArgs クラス

Microsoft.SqlServer.Management.Dmf 名前空間