MaximumErrorCount Property

DTS Programming

DTS Programming

MaximumErrorCount Property

The MaximumErrorCount property specifies the maximum number of error rows before the data pump terminates.

Applies To
DataDrivenQueryTask Object DataPumpTask2 Object
DataDrivenQueryTask2 Object TransformationSet Object
DataPumpTask Object  
Syntax

object.MaximumErrorCount [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Maximum number of error rows before the data pump terminates

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMaximumErrorCount(LONG *pRetVal);

HRESULT SetMaximumErrorCount(LONG NewValue);

Remarks

The default is 0.

See Also

FailOnError Property

FailPackageOnError Property

GetExecutionErrorInfo Method