Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » SQL Remote » SQL Remote 参考 » SQL Remote 实用程序和选项参考 » SQL Remote 系统过程

 

sp_hook_dbremote_end 系统过程

使用此系统过程在事件代理刚好退出之前添加自定义动作。

#hook_dict 表中各行
名称 说明

send

true 或者 false

指示进程是否正在执行复制的发送阶段。

receive

true 或者 false

指示进程是否正在执行复制的接收阶段。

exit code

integer

非零退出代码指示错误。

说明

如果存在此名称的过程,则在消息代理关闭前将该过程作为最后的事件调用。