Skip to content

Latest commit

 

History

History
57 lines (50 loc) · 1.03 KB

File metadata and controls

57 lines (50 loc) · 1.03 KB
title CAccessorBase::GetNumAccessors | 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
CAccessorBase::GetNumAccessors
GetNumAccessors
CAccessorBase.GetNumAccessors
dev_langs
C++
helpviewer_keywords
GetNumAccessors method
ms.assetid 54576461-2dc3-431a-8cdc-b5f054ee0bdc
caps.latest.revision 8
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

CAccessorBase::GetNumAccessors

Retrieves the number of accessors created by the class.

Syntax

  
ULONG GetNumAccessors( ) const;  
  

Return Value

The number of accessors created by the class.

Requirements

Header: atldbcli.h

See Also

CAccessorBase Class