Compartilhar via


Campo HResults.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.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Const DTS_W_MAXIMUMERRORCOUNTREACHED As Integer
'Uso
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

Consulte também

Referência

HResults Classe

Namespace Microsoft.SqlServer.Dts.Runtime