次の方法で共有


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

プロパティ値

パッケージの実行中にエラーまたは切り捨てが発生したときに発生する操作を記述するテキストを含む 文字列

属性

注釈

このプロパティは、コンポーネントが入力列を処理しているときに実行時にエラーまたは切り捨てが発生したときに発生する操作を記述します。 これは、コンポーネントにプロパティが true の IDTSOutput100 オブジェクト IsErrorOut がある場合にのみ設定 されます

適用対象