IRowsetNotifyCP::Fire_OnRowsetChange

广播 OnRowsetChange 事件对的任何侦听器连接点 IID_IRowsetNotify 通知影响整行的更改的使用者。

HRESULT Fire_OnRowsetChange(
   IRowset* pRowset,
   DBREASON eReason,
   DBEVENTPHASE ePhase,
   BOOL fCantDeny 
);

参数

请参见《OLE DB 程序员参考》中的 IRowsetNotify::OnRowsetChange

要求

Header: atldb.h

请参见

参考

IRowsetNotifyCP 类