DTSRowDisposition Enumeration
Specifies how to proceed if an error or truncation occurs while processing a row.
命名空间: Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)
语法
声明
Public Enumeration DTSRowDisposition
public enum DTSRowDisposition
public enum class DTSRowDisposition
public enum DTSRowDisposition
public enum DTSRowDisposition
Members
Member name | Description |
---|---|
RD_FailComponent | Specifies that the component will fail to execute. |
RD_IgnoreFailure | Specifies that the component will ignore the failure and continue. |
RD_NotUsed | Specifies that error row processing is not used. |
RD_RedirectRow | Specifies that the row that contains the error is redirected to the error output. |
备注
The ErrorRowDisposition property of the IDTSInput90, IDTSOutput90, IDTSInputColumn90, and IDTSOutputColumn90 objects contains a value from this enumeration that specifies how to proceed if an error or truncation occurs when processing a row.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。