DTSDataPumpLookup Object (DTS)

The DTSDataPumpLookup object provides information about columns in a DTS lookup to an ActiveX script. The DTSDataPumpLookup object belongs to the DTSDataPumpLookups collection.

DTSDataPumpLookup returns a variant or an array of variants (if multi-valued) corresponding to the sequence of columns in the single output row resulting from execution of a query. If multiple rows are returned, only the value of the first row is returned in the output variant. An application can call LastRowCount to assert that only one row was returned.

Methods
AddToCache Method RemoveFromCache Method
Execute Method  

Properties
LastRowCount Property Name Property

See Also

DTSDataPumpLookups Collection

  


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