IDTSDataPump::SetMaximumErrorRowCount

DTS Programming

DTS Programming

IDTSDataPump::SetMaximumErrorRowCount

The SetMaximumErrorRowCount method specifies the maximum number of errors that can occur before the data pump fails.

Syntax

HRESULT SetMaximumErrorRowCount ( ULONG cIn );

Argument Description
cIn [in] Maximum number of allowable error rows

Remarks

By default, the data pump fails on the first error.