Enum TruncationRowDisposition
C#
public enum TruncationRowDisposition
Fields
FailComponent | Specifies that the truncation should cause the execution of the component to fail. |
IgnoreFailure | Specifies that the truncation should be ignored and its value silently truncated). |
NotUsed | Indicates that the component doesn't perform operations that could result in truncations. |
RedirectRow | Specifies that the row with the truncation should be sent to the error output path for the component. |