IExStoreEventInfo Interface

Topic Last Modified: 2006-11-30

This is a support interface that is passed to every OLE DB store event sink. It is used to retrieve event information and control the event transaction.

Type Library

EXOLEDB Type Library

DLL Implemented In

EXOLEDB.DLL

Member Summary

The following table lists the methods of the IExStoreEventInfo interface.

Name Description

Abort Method

This method aborts the event transaction if the event is synchronous.

GetEventItem Method

This method returns the requested interface on the OLE DB Row object that triggered the event.

GetEventSession Method

Returns the requested interface on the OLE DB Session object under which the event is executing.

RemoteGetEventItem Method

This method returns the requested interface on the remote OLE DB Row object that triggered the event.

RemoteGetEventSession Method

Returns the requested interface on the remote OLE DB Session object under which the event is executing.