次の方法で共有


IDTSDumpConfiguration100.EnableDump プロパティ

定義

DTS でダンプが有効かどうかを示す値を取得します。値の設定も可能です。

public:
 property bool EnableDump { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(1610743812)]
public bool EnableDump { [System.Runtime.InteropServices.DispId(1610743812)] get; [System.Runtime.InteropServices.DispId(1610743812)] set; }
[<System.Runtime.InteropServices.DispId(1610743812)>]
[<get: System.Runtime.InteropServices.DispId(1610743812)>]
[<set: System.Runtime.InteropServices.DispId(1610743812)>]
member this.EnableDump : bool with get, set
Public Property EnableDump As Boolean

プロパティ値

DTS でダンプが有効な場合は true。それ以外の場合は false。

属性

適用対象