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_shutdown 系统过程

使用此系统过程使消息代理关闭。

#hook_dict 表中各行
名称 说明

send

true 或者 false

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

receive

true 或者 false

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

shutdown

true 或者 false

在调用过程时此行是 false。如果过程将该行更新为 true,则消息代理将关闭。

说明

如果存在此名称的过程,则在消息代理既没有发送消息也没有接收消息时调用该过程,并且允许消息代理的挂接启动关闭。