다음을 통해 공유


CDataConnection::operator CDataSource*

Returns a pointer to the contained CDataSource object.

operator const CDataSource*() throw( );

설명

This operator returns a pointer to the contained CDataSource object, allowing you to pass a CDataConnection object where a CDataSource pointer is expected.

See operator CDataSource& for a usage example.

요구 사항

헤더: atldbcli.h

참고 항목

참조

CDataConnection 클래스

CDataConnection::operator CDataSource&