HResults.DTS_W_MAXIMUMERRORCOUNTREACHED Field

Definition

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

Field Value

Value = -2147381246

Applies to