IDTSDataPump::GetRowsets (DTS)

The GetRowsets method is used to get an interface pointer to the current source rowset and destination rowsetchange.

Syntax

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

Argument Description
**ppSrcRowset [out]  
**ppDestRowsetChange [out]  

Remarks

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

  


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