| title | CDynamicAccessor::GetColumnFlags | 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 | b2ba2f3a-2c61-4a49-abfb-75823908ccf4 | |||||||||||||
| caps.latest.revision | 8 | |||||||||||||
| author | mikeblome | |||||||||||||
| ms.author | mblome | |||||||||||||
| manager | ghogen | |||||||||||||
| translation.priority.ht |
|
Retrieves the column characteristics.
bool GetColumnFlags(
DBORDINAL nColumn,
DBCOLUMNFLAGS* pFlags
) const throw( );
nColumn
[in] The column number. Column numbers start with 1. A value of 0 refers to the bookmark column, if any.
pFlags
[out] A pointer to a bitmask that describes column characteristics. See "DBCOLUMNFLAGS Enumerated Type" in IColumnsInfo::GetColumnInfo in the OLE DB Programmer's Reference.
Returns true if the column characteristics are successfully retrieved. Otherwise, it returns false.
The column number is offset from one. Column zero is a special case; it is the bookmark if available.
Header: atldbcli.h