Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.21 KB

File metadata and controls

38 lines (31 loc) · 1.21 KB
title END_ACCESSOR | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.technology
cpp-data
ms.topic reference
f1_keywords
END_ACCESSOR
dev_langs
C++
helpviewer_keywords
END_ACCESSOR macro
ms.assetid 26f74167-68c4-4909-a474-73dc7ebc9542
author mikeblome
ms.author mblome
ms.workload
cplusplus
data-storage

END_ACCESSOR

Marks the end of an accessor entry.

Syntax

END_ACCESSOR()  
  

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
END_ACCESSOR_MAP