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使用,並設置於包含IDTSOutput100物件且該IsErrorOut性質為UsesDispositions且為的元件上。

適用於