The LastRowCount property returns the number of rows returned during the last operation of this lookup.
object.LastRowCount
Part | Description |
---|---|
object | Expression that evaluates to a DTSDataPumpLookup object |
Long
Read-only
HRESULT get_LastRowCount(LONG *pRetVal);
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.