IRowsetNotifyCP::Fire_OnFieldChange

广播 OnFieldChange 事件通知更改的使用者对列的值。

HRESULT Fire_OnFieldChange(
   IRowset* pRowset,
   HROW hRow,
   DBORDINAL cColumns,
   DBORDINAL* rgColumns,
   DBREASON eReason,
   DBEVENTPHASE ePhase,
   BOOL fCantDeny 
);

参数

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

要求

Header: atldb.h

请参见

参考

IRowsetNotifyCP 类