IDTSOutputColumn100.TruncationRowDisposition プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
実行時の出力列の処理中に切り捨てが発生した場合のコンポーネントの続行方法を指定する値を取得します。値の設定も可能です。
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(116)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition TruncationRowDisposition { [System.Runtime.InteropServices.DispId(116)] get; [System.Runtime.InteropServices.DispId(116)] set; }
[<System.Runtime.InteropServices.DispId(116)>]
[<get: System.Runtime.InteropServices.DispId(116)>]
[<set: System.Runtime.InteropServices.DispId(116)>]
member this.TruncationRowDisposition : Microsoft.SqlServer.Dts.Pipeline.Wrapper.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition
プロパティ値
DTSRowDisposition 列挙体の値。
- 属性
注釈
このプロパティは、出力列を含む IsErrorOut の IDTSOutput100 プロパティが true
の場合に設定されます。 出力列の処理中に切り捨てエラーが発生すると、その出力列を含むコンポーネントは、このプロパティを評価し、その値に基づいて処理を継続します。