DTSRowDisposition 枚举

Specifies how to proceed if an error or truncation occurs while processing a row.

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Public Enumeration DTSRowDisposition
用法
Dim instance As DTSRowDisposition
public enum DTSRowDisposition
public enum class DTSRowDisposition
type DTSRowDisposition
public enum DTSRowDisposition

成员

成员名称 说明
RD_NotUsed Specifies that error row processing is not used.
RD_IgnoreFailure Specifies that the component will ignore the failure and continue.
RD_RedirectRow Specifies that the row that contains the error is redirected to the error output.
RD_FailComponent Specifies that the component will fail to execute.

注释

The ErrorRowDisposition property of the IDTSInput100, IDTSOutput100, IDTSInputColumn100, and IDTSOutputColumn100 objects contains a value from this enumeration that specifies how to proceed if an error or truncation occurs when processing a row.