IRowsetCreatorImpl::SetSite

Sets the site that contains the rowset object. For more information, see IObjectWithSite::SetSite.

STDMETHOD( SetSite )(
   IUnknown* pCreator 
);

Parameters

  • pCreator
    [in] Pointer to the IUnknown interface pointer of the site managing the rowset object.

Return Value

A standard HRESULT.

Remarks

In addition, IRowsetCreatorImpl::SetSite enables the OLE DB DBPROPCANSCROLLBACKWARDS DBPROPCANFETCHBACKWARDS properties.

Requirements

Header: atldb.h

See Also

Reference

IRowsetCreatorImpl Class

Other Resources

IRowsetCreatorImpl Members