SQLSelect.SuspendNotification 方法 | |
暂停向服务器的附加客户端广播通知的传播。
命名空间:
XSharp.VO.SDK
程序集:
XSharp.VOSQLClasses (在 XSharp.VOSQLClasses.dll 中) 版本:2.22 GA
语法 VIRTUAL METHOD SuspendNotification() AS LONG
public override int SuspendNotification()
查看代码返回值
类型:
Int32备注
这个方法在服务器正在移动数据库并且最终将服务器恢复到原始位置时非常有用。因此,没有理由通知服务器的客户端数据库中的位置变化。
请注意,SQLSelect:SuspendNotification() 会堆叠其调用。因此,对于每次调用 SQLSelect:SuspendNotification(),
都需要对应一个调用 SQLSelect:ResetNotification()。
参见