Skip to content

Latest commit

 

History

History
55 lines (49 loc) · 957 Bytes

File metadata and controls

55 lines (49 loc) · 957 Bytes
title CDataSource::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
ATL::CDataSource::Close
ATL.CDataSource.Close
CDataSource::Close
CDataSource.Close
dev_langs
C++
helpviewer_keywords
Close method
ms.assetid f528fc6e-98df-4b79-b088-45f27d068266
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

CDataSource::Close

Closes the connection by releasing the m_spInit pointer.

Syntax

  
void Close( ) throw( );  
  

Requirements

Header: atldbcli.h

See Also

CDataSource Class