CSession::Close

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

The latest version of this topic can be found at CSession::Close.

Closes the session, which was opened by CSession::Open.

Syntax

  
void Close( ) throw( );  
  

Remarks

Releases the m_spOpenRowset pointer.

Requirements

Header: atldbcli.h

See Also

CSession Class