IDTSOutput100.IsErrorOut プロパティ

定義

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処理しているときにエラーまたは切り捨てが発生したときに、コンポーネントからエラー出力に行が送信されます。

適用対象