Campo DTS_W_MAXIMUMERRORCOUNTREACHED

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.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public Const DTS_W_MAXIMUMERRORCOUNTREACHED As Integer
'Utilizzo
Dim value As Integer

value = HResults.DTS_W_MAXIMUMERRORCOUNTREACHED
public const int DTS_W_MAXIMUMERRORCOUNTREACHED
public:
literal int DTS_W_MAXIMUMERRORCOUNTREACHED
static val mutable DTS_W_MAXIMUMERRORCOUNTREACHED: int
public const var DTS_W_MAXIMUMERRORCOUNTREACHED : int