LastRowCount Property (DTS)

The LastRowCount property returns the number of rows executed during the last lookup operation.

Applies To
DTSDataPumpLookup Object  

Syntax

object.LastRowCount

Part Description
object Expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_LastRowCount(LONG *pRetVal);

  


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