IDTSInput100.TruncationRowDisposition プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition TruncationRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2012::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition TruncationRowDisposition { [System.Runtime.InteropServices.DispId(114)] get; [System.Runtime.InteropServices.DispId(114)] set; }
[<System.Runtime.InteropServices.DispId(114)>]
[<get: System.Runtime.InteropServices.DispId(114)>]
[<set: System.Runtime.InteropServices.DispId(114)>]
member this.TruncationRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2012.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition

プロパティ値

DTSRowDisposition列挙体の値。

属性

注釈

この特性は、 PipelineBuffer に含まれる列の処理でカラムデータが切り詰められた場合、実行時にコンポーネントがどのように進むかを制御します。 RD_RedirectRowが指定されると、その行はコンポーネントのエラー出力に送られます。

適用対象