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 場合は true、それ以外の場合は false。 既定値は false です。

属性

注釈

コンポーネントは、IsErrorOut プロパティを設定して、IDTSOutput100 がエラー出力であることを示します。 true の場合、コンポーネントは、出力列の処理中にエラーまたは切り捨てが発生すると、PipelineBuffer からの行をエラー出力に送信します。

適用対象