다음을 통해 공유


CDataConnection::operator bool(OLE DB)

Determines whether the current session is open or not.

operator bool( ) throw( );

설명

Returns a bool (C++ data type) value. true means the current session is open; false means the current session is closed.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CDataConnection 클래스

CDataConnection::operator BOOL