Partager via


Champ 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.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime
Assembly :  Microsoft.SqlServer.ManagedDTS (dans Microsoft.SqlServer.ManagedDTS.dll)

Syntaxe

'Déclaration
Public Const DTS_W_MAXIMUMERRORCOUNTREACHED As Integer
'Utilisation
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