ProgressRowCount Property (DTS)

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 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);

  


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