IDTSDumpConfiguration.EnableDump プロパティ

定義

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

public:
 property bool EnableDump { bool get(); void set(bool value); };
public bool EnableDump { get; set; }
member this.EnableDump : bool with get, set
Public Property EnableDump As Boolean

プロパティ値

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

適用対象