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 プロパティと共に使用され、IDTSOutput100 プロパティが true で、IsErrorOut プロパティが true である UsesDispositions オブジェクトを含むコンポーネントで設定されます。

適用対象