IDTSInput100.ErrorOrTruncationOperation プロパティ

定義

PipelineBuffer行の処理中に起こりうるエラーや切断の種類を指定する文字列を取得したり設定したりします。

public:
 property System::String ^ ErrorOrTruncationOperation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(115)]
public string ErrorOrTruncationOperation { [System.Runtime.InteropServices.DispId(115)] get; [System.Runtime.InteropServices.DispId(115)] set; }
[<System.Runtime.InteropServices.DispId(115)>]
[<get: System.Runtime.InteropServices.DispId(115)>]
[<set: System.Runtime.InteropServices.DispId(115)>]
member this.ErrorOrTruncationOperation : string with get, set
Public Property ErrorOrTruncationOperation As String

プロパティ値

実行中に PipelineBuffer 行を処理する際に起こりうるエラーや切り詰めの種類。

属性

注釈

このオプションプロパティは、実行中の行処理中に発生する可能性のあるエラーや切断の種類をユーザーに知らせるためにコンポーネント開発者によって設定されています。

この性質はErrorRowDispositionおよびTruncationRowDispositionの性質と組み合わせて用いられ、IsErrorOut性質がtrueUsesDispositions性質がtrueであるIDTSOutput100オブジェクトを含むコンポーネントに設定されます。

適用対象