Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 776 Bytes

File metadata and controls

37 lines (30 loc) · 776 Bytes
title CAccessorBase::Close | 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.Close
CAccessorBase::Close
dev_langs
C++
helpviewer_keywords
Close method
ms.assetid 342e2a12-cd0a-4c2a-8867-12d24a660c4a
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen

CAccessorBase::Close

Closes the accessors.

Syntax

  
void Close( );  
  

Remarks

You must call ReleaseAccessors first.

Requirements

Header: atldbcli.h

See Also

CAccessorBase Class