| description | Learn more about: CEnumeratorAccessor Class | |||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| title | CEnumeratorAccessor Class | |||||||||||||||||||||||||
| ms.date | 11/04/2016 | |||||||||||||||||||||||||
| f1_keywords |
|
|||||||||||||||||||||||||
| helpviewer_keywords |
|
|||||||||||||||||||||||||
| ms.assetid | 21e8e7ea-3511-4afe-b33f-d520f4ff82bb |
Used by CEnumerator to access the data from the enumerator rowset.
class CEnumeratorAccessorHeader: atldbcli.h
| Name | Description |
|---|---|
| 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. |
This rowset consists of the data sources and enumerators visible from the current enumerator.
A variable indicating whether the enumerator is a parent enumerator, if the row is an enumerator.
VARIANT_BOOL m_bIsParent;See ISourcesRowset::GetSourcesRowset in the OLE DB Programmer's Reference for more information.
A variable indicating whether the row describes a data source or an enumerator.
USHORT m_nType;See ISourcesRowset::GetSourcesRowset in the OLE DB Programmer's Reference for more information.
The description of the data source or enumerator.
WCHAR m_szDescription[129];See ISourcesRowset::GetSourcesRowset in the OLE DB Programmer's Reference for more information.
The name of the data source or enumerator.
WCHAR m_szName[129];See ISourcesRowset::GetSourcesRowset in the OLE DB Programmer's Reference for more information.
String to pass to IParseDisplayName to obtain a moniker for the data source or enumerator.
WCHAR m_szParseName[129];See ISourcesRowset::GetSourcesRowset in the OLE DB Programmer's Reference for more information.
OLE DB Consumer Templates
OLE DB Consumer Templates Reference