IDTSOutput100.ErrorOrTruncationOperation 屬性

定義

取得或設定文字,該文字描述 IDTSOutput100 物件的錯誤或截斷作業。

public:
 property System::String ^ ErrorOrTruncationOperation { System::String ^ get(); void set(System::String ^ value); };
[System.Runtime.InteropServices.DispId(117)]
public string ErrorOrTruncationOperation { [System.Runtime.InteropServices.DispId(117)] get; [System.Runtime.InteropServices.DispId(117)] set; }
[<System.Runtime.InteropServices.DispId(117)>]
[<get: System.Runtime.InteropServices.DispId(117)>]
[<set: System.Runtime.InteropServices.DispId(117)>]
member this.ErrorOrTruncationOperation : string with get, set
Public Property ErrorOrTruncationOperation As String

屬性值

String

描述物件的錯誤或截斷作業之類型的字串 IDTSOutput100

屬性

備註

這個屬性描述當元件處理輸出中的資料行時,可能會在執行時間發生的錯誤或截斷。 它是在屬性為的輸出上進行設定 IsErrorOut true

適用於