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

屬性值

String

在執行期間處理 PipelineBuffer 資料列時可能發生的錯誤或截斷類型。

屬性

備註

這個選擇性屬性會由元件開發人員填入,以通知使用者在執行期間處理資料列時可能發生的錯誤或截斷類型。

這個屬性會與和屬性搭配使用 ErrorRowDisposition TruncationRowDisposition ,而且會在包含屬性為之物件的元件上設定, IDTSOutput100 IsErrorOut trueUsesDispositions 屬性為 true

適用於