DTSRowDisposition Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies how to proceed if an error or truncation occurs while processing a row.
public enum class DTSRowDisposition
public enum DTSRowDisposition
type DTSRowDisposition =
Public Enum DTSRowDisposition
- Inheritance
-
DTSRowDisposition
Fields
Name | Value | Description |
---|---|---|
RD_NotUsed | 0 | Specifies that error row processing is not used. |
RD_IgnoreFailure | 1 | Specifies that the component will ignore the failure and continue. |
RD_RedirectRow | 2 | Specifies that the row that contains the error is redirected to the error output. |
RD_FailComponent | 4 | Specifies that the component will fail to execute. |
Remarks
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.