IDTSOutputColumn100.ErrorOrTruncationOperation 屬性

定義

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 時,才會設定此物件。

適用於