ProgressCount Property

DTS Programming

DTS Programming

ProgressCount Property

The ProgressCount property specifies the intervals (typically rows) processed during this step.

Applies To
StepLogRecord Object
Syntax

object.ProgressCount

Part Description
object Expression that evaluates to a StepLogRecord object

Data Type

Variant

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetProgressCount(VARIANT *pRetVal);

See Also

FirstRow Property

LastRow Property

ProgressRowCount Property