IDTSOutput100.IsErrorOut プロパティ

定義

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からエラー出力へ行をダイレクトします。

適用対象