ProgressRowCount Property

DTS Programming

DTS Programming

ProgressRowCount Property

The ProgressRowCount property specifies the numbers of rows that are returned between notifications to the connection point event during data pump execution.

Applies To
DataDrivenQueryTask Object DataPumpTask2 Object
DataDrivenQueryTask2 Object TransformationSet Object
DataPumpTask Object  
Syntax

object.ProgressRowCount [= value]

Part Description
object Expression that evaluates to an object in the Applies To list
value Frequency in which notifications are sent to the connection point event

Data Type

Long

Modifiable

Read/write

Prototype (C/C++)

HRESULT GetProgressRowCount(LONG *pRetVal);

HRESULT SetProgressRowCount(LONG NewValue);

Remarks

The OnProgress event is raised after every ProgressRowCount row has been processed. The default is 1000 rows.

See Also

OnProgress Event

ProgressCount Property