IDTSDataPump::SetMaximumErrorRowCount (DTS)

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.

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.