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

在复制进程开始时使用此系统过程添加自定义动作。

#hook_dict 表中各行
名称 说明

send

true 或者 false

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

receive

true 或者 false

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

说明

如果存在此名称的过程,则在消息代理启动时调用它。