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がエラー出力であれば、そうでなければです。 既定値は false です。

属性

注釈

コンポーネントはIsErrorOutプロパティを設定し、 IDTSOutput100 がエラー出力であることを示します。 真の場合、コンポーネントは出力の列を処理する際にエラーや切り詰めが生じた際に、PipelineBufferからエラー出力へ行をダイレクトします。

適用対象