次の方法で共有


IDTSOutputColumn100.ErrorOrTruncationOperation プロパティ

定義

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

プロパティ値

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

属性

注釈

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

適用対象