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