IRowsetNotifyCP::Fire_OnRowChange

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

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

參數

請參閱 IRowsetNotify::OnRowChangeOLE DB 程式設計人員參考 》

需求

標頭: atldb.h

請參閱

參考

IRowsetNotifyCP 類別