IDTSInput100.ErrorOrTruncationOperation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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オブジェクトを含む成分に設定されます。