Поделиться через


Поле 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.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Const DTS_W_MAXIMUMERRORCOUNTREACHED As Integer
'Применение
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