MaximumErrorCount Property (DTS)

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

Applies To
DataDrivenQueryTask 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

Remarks

The default is 0.

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetMaximumErrorCount(LONG *pRetVal);

HRESULT SetMaximumErrorCount(LONG NewValue);

  


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