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

プロパティ値

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

属性

注釈

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

適用対象