title
IRowsetCreatorImpl::SetSite | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
article
f1_keywords
IRowsetCreatorImpl.SetSite
IRowsetCreatorImpl<T>::SetSite
IRowsetCreatorImpl::SetSite
SetSite
ATL.IRowsetCreatorImpl.SetSite
ATL::IRowsetCreatorImpl<T>::SetSite
ATL::IRowsetCreatorImpl::SetSite
ATL.IRowsetCreatorImpl<T>.SetSite
dev_langs
helpviewer_keywords
ms.assetid
e92e63d5-93e4-4ee0-9ef7-bb6583cc8091
caps.latest.revision
8
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
IRowsetCreatorImpl::SetSite
Sets the site that contains the rowset object. For more information, see IObjectWithSite::SetSite .
STDMETHOD( SetSite )(
IUnknown* pCreator
);
pCreator
[in] Pointer to the IUnknown interface pointer of the site managing the rowset object.
A standard HRESULT.
Remarks
In addition, IRowsetCreatorImpl::SetSite enables the OLE DB DBPROPCANSCROLLBACKWARDS DBPROPCANFETCHBACKWARDS properties.
Header: atldb.h
IRowsetCreatorImpl Class