IDTSOutput100.IsErrorOut プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
IDTSOutput100オブジェクトがエラー出力かどうかを示す値を取得または設定します。
public:
property bool IsErrorOut { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(108)]
public bool IsErrorOut { [System.Runtime.InteropServices.DispId(108)] get; [System.Runtime.InteropServices.DispId(108)] set; }
[<System.Runtime.InteropServices.DispId(108)>]
[<get: System.Runtime.InteropServices.DispId(108)>]
[<set: System.Runtime.InteropServices.DispId(108)>]
member this.IsErrorOut : bool with get, set
Public Property IsErrorOut As Boolean
プロパティ値
IDTSOutput100がエラー出力であれば真、そうでなければ偽です。 既定値は false です。
- 属性
注釈
コンポーネントは IsErrorOut プロパティを設定し、 IDTSOutput100 がエラー出力であることを示します。
true時、コンポーネントは出力の列を処理する際にエラーや切断が発生した場合、PipelineBufferからエラー出力へ行をダイレクトします。