IDTSDataPump::GetRowsets

DTS Programming

DTS Programming

IDTSDataPump::GetRowsets

The GetRowsets method is used to return interface pointers to the current source rowset and destination rowsetchange object.

Syntax

HRESULT GetRowsets ( IRowset **ppSrcRowset,
IRowsetChange **ppDestRowsetChange );

Argument Description
**ppSrcRowset [out] Variable to receive a pointer to the source rowset
**ppDestRowsetChange [out] Variable to receive a pointer to the destination rowsetchange object

Remarks

GetRowsets allows a consumer application to reuse an instance of the data pump.