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

プロパティ値

パッケージ実行中にエラーや切断が発生した場合に行われる操作を説明するテキストを含む 文字列

属性

注釈

この性質は、コンポーネントが出力列を処理している際にエラーや切断が発生する際に起こる操作を表します。 コンポーネントにIsErrorOut性質がIDTSOutput100オブジェクトがある場合にのみ設定されます。

適用対象