IDTSOutput100.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 プロパティが true
の場合に設定されます。 実行時の出力列の処理中に切り捨てが発生すると、コンポーネントはこのプロパティを評価します。 コンポーネントは、このプロパティの設定に基づいて処理を続行します。