IDTSInput100.TruncationRowDisposition プロパティ

定義

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition TruncationRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::Sql2014::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.Sql2014.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.Sql2014.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition

プロパティ値

DTSRowDisposition 列挙体の値。

属性

注釈

このプロパティは、実行時に PipelineBuffer に含まれる列の処理の結果として列データが切り捨てられる場合、コンポーネントをどのように続行するかを制御します。 RD_RedirectRowを指定すると、行はコンポーネントのエラー出力に送信されます。

適用対象