IDTSOutput100.ErrorOrTruncationOperation プロパティ

定義

IDTSOutput100オブジェクトのエラー操作や切断操作を説明するテキストを取得したりセットしたりします。

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オブジェクトのエラーや切断操作の種類を記述する文字列です。

属性

注釈

この性質は、コンポーネントが出力の列を処理している際に実行時に起こりうるエラーや切断を記述します。 IsErrorOutプロパティがtrueである出力に対して設定されます。

適用対象