The MaximumErrorCount property specifies the maximum number of error rows before the data pump terminates.
| DataDrivenQueryTask Object | DataPumpTask Object |
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 |
The default is 0.
Long
Read/write
HRESULT GetMaximumErrorCount(LONG *pRetVal);
HRESULT SetMaximumErrorCount(LONG NewValue);