Partilhar via


IRowsetNotifyCP::Fire_OnRowChange

Transmite um OnRowChange evento para todos os ouvintes no ponto de conexão IID_IRowsetNotify para notificar os consumidores de uma alteração que afeta as linhas.

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

Parâmetros

Consulte IRowsetNotify::OnRowChange na OLE DB Programmer referência.

Requisitos

Cabeçalho: atldb.h

Consulte também

Referência

Classe IRowsetNotifyCP