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

SQL Anywhere 11.0.1 (中文) » UltraLite - 数据库管理和参考 » UltraLite 用作 MobiLink 客户端 » UltraLite 同步参数和网络协议选项 » UltraLite 的同步参数

 

Resume Partial Download 同步参数

重新开始失败的下载。

语法

根据所使用的 API 不同语法会有所变化。还可以使用 ulsync 设置此参数。

缺省值

False

允许值

布尔值

注释

同步不上载更改;它仅下载那些要在失败的下载中下载的更改。

另请参见
示例

UltraLite for C/C++ 应用程序可以按如下方法设置参数:

ul_synch_info info;
// ...
info.resume_partial_download = ul_true;