다음을 통해 공유


IGetDataSourceImpl::GetDataSource

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

STDMETHOD(GetDataSource)( 
   REFIID riid, 
   IUnknown ** ppDataSource  
);

매개 변수

See IGetDataSource::GetDataSource in the OLE DB Programmer's Reference.

설명

Useful if you need to access properties in the data source object.

요구 사항

Header: atldb.h

참고 항목

참조

IGetDataSourceImpl 클래스