Skip to content

Latest commit

 

History

History
68 lines (60 loc) · 2.02 KB

File metadata and controls

68 lines (60 loc) · 2.02 KB
title CEnumeratorAccessor Class | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
f1_keywords
ATL::CEnumeratorAccessor
CEnumeratorAccessor
ATL.CEnumeratorAccessor
dev_langs
C++
helpviewer_keywords
CEnumeratorAccessor class
ms.assetid 21e8e7ea-3511-4afe-b33f-d520f4ff82bb
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

CEnumeratorAccessor Class

Used by CEnumerator to access the data from the enumerator rowset.

Syntax

class CEnumeratorAccessor  

Members

Data Members

m_bIsParent A variable indicating whether the enumerator is a parent enumerator, if the row is an enumerator.
m_nType A variable indicating whether the row describes a data source or an enumerator.
m_szDescription The description of the data source or enumerator.
m_szName The name of the data source or enumerator.
m_szParseName String to pass to IParseDisplayName to obtain a moniker for the data source or enumerator.

Remarks

This rowset consists of the data sources and enumerators visible from the current enumerator.

Requirements

Header: atldbcli.h

See Also

OLE DB Consumer Templates
OLE DB Consumer Templates Reference