IDTSInputColumn100.ErrorOrTruncationOperation プロパティ

定義

エラーや切断が発生したときに行われる操作を記述する文字列を取得します。

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

プロパティ値

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

属性

注釈

この性質は、コンポーネントが入力列を処理している間にエラーや切断が発生する際に行われる操作を表します。 コンポーネントにIsErrorOutプロパティがtrueであるIDTSOutput100オブジェクトを持つ場合にのみ設定されます。

適用対象