TruncationRowDisposition Enumeration
TruncationRowDisposition Enumeration
The TruncationRowDisposition enumeration provides options for how a dataflow component should handle unanticipated truncation of data values.
Enumeration Values
| Name | Summary |
|---|---|
| IgnoreFailure | Specifies that the truncation should be ignored and its value silently truncated). |
| RedirectRow | Specifies that the row with the truncation should be sent to the error output path for the component. |
| FailComponent | Specifies that the truncation should cause the execution of the component to fail. |
| NotUsed | Indicates that the component doesn't perform operations that could result in truncations. |