IDTSInputColumn100.ErrorOrTruncationOperation プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
エラーまたは切り捨てが発生したときに実行される操作を記述する文字列 を取得または設定します。
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 プロパティが true
である IsErrorOut オブジェクトがコンポーネントにある場合にのみ設定されます。