HResults.DTS_W_MAXIMUMERRORCOUNTREACHED Field
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.
SSIS Warning Code DTS_W_MAXIMUMERRORCOUNTREACHED. The Execution method succeeded, but the number of errors raised (%1!d!) reached the maximum allowed (%2!d!); resulting in failure. This occurs when the number of errors reaches the number specified in MaximumErrorCount. Change the MaximumErrorCount or fix the errors.
public: int DTS_W_MAXIMUMERRORCOUNTREACHED = -2147381246;
public const int DTS_W_MAXIMUMERRORCOUNTREACHED = -2147381246;
val mutable DTS_W_MAXIMUMERRORCOUNTREACHED : int
Public Const DTS_W_MAXIMUMERRORCOUNTREACHED As Integer = -2147381246