共用方式為


IRowsetNotifyCP::Fire_OnRowChange

廣播 OnRowChange 事件至連接點 IID_IRowsetNotify 上所有的接聽程式,通知消費者有影響整個資料列的變更。

HRESULT Fire_OnRowChange( 
   IRowset* pRowset, 
   DBCOUNTITEM cRows, 
   const HROW rghRows[], 
   DBREASON eReason, 
   DBEVENTPHASE ePhase, 
   BOOL fCantDeny  
);

參數

請參閱 OLE DB 程式設計人員參考資訊 中的 IRowsetNotify::OnRowChange

需求

標頭: atldb.h

請參閱

參考

IRowsetNotifyCP 類別