IDTSInput100.ErrorOrTruncationOperation プロパティ

定義

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 性質がUsesDispositions性質がであるIDTSOutput100オブジェクトを含む成分に設定されます。

適用対象