| title |
IRowsetCreatorImpl Class | Microsoft Docs |
| ms.custom |
|
| ms.date |
11/04/2016 |
| ms.reviewer |
|
| ms.suite |
|
| ms.technology |
|
| ms.tgt_pltfrm |
|
| ms.topic |
article |
| f1_keywords |
ATL::IRowsetCreatorImpl |
ATL.IRowsetCreatorImpl |
ATL::IRowsetCreatorImpl<T> |
ATL.IRowsetCreatorImpl<T> |
IRowsetCreatorImpl |
|
| dev_langs |
|
| helpviewer_keywords |
|
| ms.assetid |
92cc950f-7978-4754-8d9a-defa63867d82 |
| caps.latest.revision |
10 |
| author |
mikeblome |
| ms.author |
mblome |
| manager |
ghogen |
| translation.priority.ht |
cs-cz |
de-de |
es-es |
fr-fr |
it-it |
ja-jp |
ko-kr |
pl-pl |
pt-br |
ru-ru |
tr-tr |
zh-cn |
zh-tw |
|
Performs the same functions as IObjectWithSite but also enables the OLE DB properties DBPROPCANSCROLLBACKWARDS DBPROPCANFETCHBACKWARDS.
template < class T >
class ATL_NO_VTABLE IRowsetCreatorImpl
: public IObjectWithSiteImpl< T >
T
A class derived from IRowsetCreator.
|
|
| SetSite |
Sets the site that contains the rowset object. |
Remarks
This class inherits from IObjectWithSite and overrides IObjectWithSite::SetSite. When a provider command or session object creates a rowset, it calls QueryInterface on the rowset object looking for IObjectWithSite and calls SetSite passing the rowset object's IUnkown interface as the site interface.
Header: atldb.h
OLE DB Provider Templates
OLE DB Provider Template Architecture