IDTSInputColumn100.TruncationRowDisposition プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
DTSRowDisposition 列挙から値を取得します。値の設定も可能です。
public:
property Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition TruncationRowDisposition { Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition get(); void set(Microsoft::SqlServer::Dts::Pipeline::Wrapper::DTSRowDisposition value); };
[System.Runtime.InteropServices.DispId(130)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition TruncationRowDisposition { [System.Runtime.InteropServices.DispId(130)] get; [System.Runtime.InteropServices.DispId(130)] set; }
[<System.Runtime.InteropServices.DispId(130)>]
[<get: System.Runtime.InteropServices.DispId(130)>]
[<set: System.Runtime.InteropServices.DispId(130)>]
member this.TruncationRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition
プロパティ値
DTSRowDisposition 列挙体の値。
- 属性
注釈
TruncationRowDisposition プロパティは、コンポーネントによる列の処理中に入力列のデータが切り捨てられる場合に、コンポーネントが実行するアクションを指定します。
RD_RedirectRow を指定した場合、DirectErrorRow メソッドを呼び出すことによって、切り捨てられた入力列を含むバッファー行がエラー出力にリダイレクトされます。