Skip to content

Latest commit

 

History

History
60 lines (52 loc) · 1.42 KB

File metadata and controls

60 lines (52 loc) · 1.42 KB
title END_ACCESSOR_MAP | 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
END_ACCESSOR_MAP
dev_langs
C++
helpviewer_keywords
END_ACCESSOR_MAP macro
ms.assetid ede813c7-46c9-48a6-aa1a-8ebf38e92023
caps.latest.revision 7
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

END_ACCESSOR_MAP

Marks the end of the accessor map entries.

Syntax

  
END_ACCESSOR_MAP( )  
  

Remarks

For multiple accessors on a rowset, you need to specify BEGIN_ACCESSOR_MAP and use the BEGIN_ACCESSOR macro for each individual accessor. The BEGIN_ACCESSOR macro is completed with the END_ACCESSOR macro. The BEGIN_ACCESSOR_MAP macro is completed with the END_ACCESSOR_MAP macro.

Example

See BEGIN_ACCESSOR_MAP.

Requirements

Header: atldbcli.h

See Also

Macros and Global Functions for OLE DB Consumer Templates
BEGIN_ACCESSOR_MAP
BEGIN_ACCESSOR