IDTSDataPump::SetRowsets (DTS)

The SetRowsets method specifies the source and destination rowsets to be used by the data pump.

Syntax

HRESULT SetRowsets (
IRowset *pSrcRowset,
IRowsetChange *pDestRowsetChange );

Argument Description
*pSrcRowset [in] Specifies source and destination rowsets
*pDestRowsetChange [in] Specifies that rows can be inserted at the destination. The OLE DB provider must support DBPROP_UPDATABILITY: DPBROP_UP_INSERT

Remarks

The consumer application must open the rowsets before the data pump can use them.

  


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