다음을 통해 공유


ISessionPropertiesImpl 클래스

Provides an implementation of the ISessionProperties interface.

template <class T, class PropClass = T>
class ATL_NO_VTABLE ISessionPropertiesImpl :
   public ISessionProperties,  
   public CUtlProps<PropClass>

매개 변수

  • T
    Your class, derived from ISessionPropertiesImpl.

  • PropClass
    A user-definable property class that defaults to T.

멤버

Interface Methods

GetProperties

Returns the list of properties in the Session property group that are currently set on the session.

SetProperties

Sets properties in the Session property group.

설명

A mandatory interface on sessions. This class implements session properties by calling a static function defined by the property set map. The property set map should be specified in your session class.

요구 사항

Header: atldb.h

참고 항목

개념

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

OLE DB 공급자 템플릿 구조