IDTSOutput100.ErrorOrTruncationOperation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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
である出力に設定されます。