다음을 통해 공유


IGetDataSourceImpl 클래스

Provides an implementation of the IGetDataSource object.

template <class T>
class ATL_NO_VTABLE IGetDataSourceImpl : public IGetDataSource

매개 변수

  • T
    Your class, derived from IGetDataSourceImpl.

멤버

Interface Methods

GetDataSource

Returns an interface pointer on the data source object that created the session.

설명

This is a mandatory interface on the session for obtaining an interface pointer to the data source object.

요구 사항

Header: atldb.h

참고 항목

개념

OLE DB 공급자 템플릿(C++)

OLE DB 공급자 템플릿 구조