title
IOpenRowsetImpl::OpenRowset | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
article
f1_keywords
OpenRowset
IOpenRowsetImpl::OpenRowset
IOpenRowsetImpl.OpenRowset
dev_langs
helpviewer_keywords
ms.assetid
2ece8d6c-d165-4f1d-b155-8609bbb60eb6
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
IOpenRowsetImpl::OpenRowset
Opens and returns a rowset that includes all rows from a single base table or index.
HRESULT OpenRowset(
IUnknown* pUnkOuter,
DBID* pTableID,
DBID* pIndexID,
REFIID riid,
ULONG cPropertySets,
DBPROPSET rgPropertySets[],
IUnknown** ppRowset
);
See IOpenRowset::OpenRowset in the OLE DB Programmer's Reference .
Remarks
This method is not found in ATLDB.H. It is created by the ATL Object Wizard when you create a provider.
Header: atldb.h
IOpenRowsetImpl Class