다음을 통해 공유


IRowsetNotifyImpl 클래스

Implements and registers IRowsetNotify on the consumer (also known as the "sink") so that it can handle notifications.

class ATL_NO_VTABLE IRowsetNotifyImpl : public IRowsetNotify

멤버

메서드

OnFieldChange

열 값에 대한 모든 변경 사항을 소비자에게 알립니다.

OnRowChange

행의 첫 번째 변경 사항이나 전체 행에 영향을 주는 모든 변경 사항을 소비자에게 알립니다.

OnRowsetChange

전체 행 집합에 영향을 주는 모든 변경 사항을 소비자에게 알립니다.

설명

See Receiving Notifications about implementing the connection point interface on the consumer.

IRowsetNotifyImpl provides a dummy implementation for IRowsetNotify, with empty functions for the IRowsetNotify methods OnFieldChange, OnRowChange, and OnRowsetChange. If you inherit from this class when you implement an IRowsetNotify interface, you can implement only the methods you need. You also need to provide empty implementations for the other methods yourself.

요구 사항

Header: atldbcli.h

참고 항목

참조

IRowsetNotify

IRowsetNotifyCP 클래스

개념

OLE DB 소비자 템플릿(C++)

OLE DB 소비자 템플릿(C++)