| title | CEnumerator::Open | Microsoft Docs | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ms.custom | ||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||
| ms.reviewer | ||||||||||||||
| ms.suite | ||||||||||||||
| ms.technology |
|
|||||||||||||
| ms.tgt_pltfrm | ||||||||||||||
| ms.topic | article | |||||||||||||
| f1_keywords |
|
|||||||||||||
| dev_langs |
|
|||||||||||||
| helpviewer_keywords |
|
|||||||||||||
| ms.assetid | b22821a0-257a-4543-ad0c-2649d4ac092e | |||||||||||||
| caps.latest.revision | 8 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Binds the moniker for the enumerator, if one is specified, then retrieves the rowset for the enumerator by calling ISourcesRowset::GetSourcesRowset.
HRESULT Open(
LPMONIKER pMoniker
) throw( );
HRESULT Open(
const CLSID* pClsid = & CLSID_OLEDB_ENUMERATOR
) throw( );
HRESULT Open(
const CEnumerator& enumerator
) throw( );
pMoniker
[in] A pointer to a moniker for an enumerator.
pClsid
[in] A pointer to the CLSID of an enumerator.
enumerator
[in] A reference to an enumerator.
A standard HRESULT.
Header: atldbcli.h