다음을 통해 공유


IDBInitializeImpl 클래스

Provides an implementation for the IDBInitialize interface.

template <class T>
class ATL_NO_VTABLE IDBInitializeImpl : public IDBInitialize

매개 변수

  • T
    Your class, derived from IDBInitializeImpl.

멤버

메서드

IDBInitializeImpl

생성자입니다.

Interface Methods

초기화

Starts the provider.

Uninitialize

Stops the provider.

데이터 멤버

m_dwStatus

Data source flags.

m_pCUtlPropInfo

A pointer to implementation of DB Properties information.

설명

A mandatory interface on data source objects and optional interface on enumerators.

요구 사항

Header: atldb.h

참고 항목

개념

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

OLE DB 공급자 템플릿 구조