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 |
---|---|
This method aborts the event transaction if the event is synchronous. |
|
This method returns the requested interface on the OLE DB Row object that triggered the event. |
|
Returns the requested interface on the OLE DB Session object under which the event is executing. |
|
This method returns the requested interface on the remote OLE DB Row object that triggered the event. |
|
Returns the requested interface on the remote OLE DB Session object under which the event is executing. |