Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
触发用户定义的事件(并将通知发送到所有已注册的队列)。
public ul_u_long ULTriggerEvent( SQLCA * sqlca, char const * event_name, char const * parameters )
sqlca 指向 SQLCA 的指针。
event_name 要注册的系统事件或用户定义的事件。
parameters 目前未使用。设置为 NULL。
已发送的事件通知的数目。
此参数值会指定以分号分隔的 "名称=值" 对选项列表。在读取通知后,参数值使用 GetNotificationParameter 方法读取。