다음을 통해 공유


IRowsetInfoImpl 클래스

Provides an implementation for the IRowsetInfo interface.

template <class T, class PropClass = T>
class ATL_NO_VTABLE IRowsetInfoImpl : 
   public IRowsetInfo,  
   public CUtlProps<PropClass>

매개 변수

  • T
    Your class, derived from IRowsetInfoImpl.

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

멤버

Interface Methods

GetProperties

행 집합에서 지원하는 모든 속성의 현재 설정을 반환합니다.

GetReferencedRowset

Returns an interface pointer to the rowset to which a bookmark applies.

GetSpecification

이 행 집합을 만든 개체(명령 또는 세션)의 인터페이스 포인터를 반환합니다.

설명

A mandatory interface on rowsets. This class implements the rowset properties by using the property set map defined in your command class. Although the rowset class appears to be using the command class' property sets, the rowset is supplied with its own copy of the run-time properties, when it is created by a command or session object.

요구 사항

Header: altdb.h

참고 항목

개념

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

OLE DB 공급자 템플릿 구조