다음을 통해 공유


IRowsetNotifyImpl::OnRowsetChange

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

STDMETHOD(OnRowsetChange)( 
   /* [in] */ IRowset* /* pRowset */, 
   /* [in] */ DBREASON /* eReason */, 
   /* [in] */ DBEVENTPHASE /* ePhase */, 
   /* [in] */ BOOL /* fCantDeny */)

매개 변수

See IRowsetNotify::OnRowsetChange for parameter descriptions.

반환 값

See IRowsetNotify::OnRowsetChange for return value descriptions.

설명

This method wraps the IRowsetNotify::OnRowsetChange method. See that method's description in the OLE DB Programmer's Reference for details.

요구 사항

헤더: atldbcli.h

참고 항목

참조

IRowsetNotifyImpl 클래스

IRowsetNotify::OnRowsetChange