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 的同步参数

 

Partial Download Retained 同步参数

在同步期间当下载由于通信错误而失败时,同步过程会设置此字段来表示 UltraLite 是否应用这些已下载的更改而不是回退这些更改。

语法

根据所使用的 API 不同语法会有所变化。

允许值

Boolean

注释

如果发生下载错误并且保留了部分下载,则在同步期间设置此参数。

仅当保留部分下载参数设置为 true 时,才会保留部分下载。请参见Keep Partial Download 同步参数

另请参见
示例

按如下方法访问此参数:

ul_synch_info info;
// ...
returncode=info.partial_download_retained;