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