次の方法で共有


IDTSDumpConfiguration100.DumpOnAnyError プロパティ

定義

DTS がエラー時にダンプするかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

エラーで DTS ダンプが発生した場合は true。それ以外の場合は false。

属性

適用対象