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 である出力に設定されます。

適用対象