IDTSInput100.TruncationRowDisposition 属性

定义

获取或设置一个值,该值用于确定组件如何处理在处理 PipelineBuffer 中的行时发生的截断。

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(114)]
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.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.DTSRowDisposition with get, set
Public Property TruncationRowDisposition As DTSRowDisposition

属性值

DTSRowDisposition 枚举中的一个值。

属性

注解

此属性控制组件在运行时如何处理包含在列数据中 PipelineBuffer 被截断的列时继续。 指定时 RD_RedirectRow ,该行将发送到组件的错误输出。

适用于