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

プロパティ値

パッケージの実行中にエラーまたは切り捨てが発生したときに発生する操作を説明するテキストを含む文字列。

属性

注釈

このプロパティは、実行時にコンポーネントが出力列を処理する際、エラーまたは切り捨てが発生した場合に実行される処理を示します。 IDTSOutput100 プロパティが true である IsErrorOut オブジェクトがコンポーネントにある場合にのみ設定されます。

適用対象