LastRowCount Property

DTS Programming

DTS Programming

LastRowCount Property

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

Applies To
DTSDataPumpLookup Object
Syntax

object.LastRowCount

Part Description
object Expression that evaluates to a DTSDataPumpLookup object

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT get_LastRowCount(LONG *pRetVal);

Remarks

If multiple rows are retrieved by the lookup, only the fields of the first row are returned by the Execute method. Use LastRowCount to determine whether one or more rows were retrieved.

See Also

Execute Method