DTSRowDisposition Enumeration
Specifies how to proceed if an error or truncation occurs while processing a row.
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
| 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 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.
Show: