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 - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULSyncParms 类

 

ULSyncParms 成员

公共属性
成员名称 说明

AdditionalParms 属性

采用以分号分隔的 "名称=值" 对的列表形式指定附加参数。这是一些较不常用的参数。

AuthenticationParms 属性

为自定义用户验证脚本(MobiLink authenticate_parameters 连接事件)指定参数。

DownloadOnly 属性

指定在同步时是禁用还是启用上载。

KeepPartialDownload 属性

指定在同步时是禁用还是启用部分下载。

NewPassword 属性

为用 UserName 指定的用户指定一个新的 MobiLink 口令。

Password 属性

用 UserName 指定的用户的 MobiLink 口令。

PingOnly 属性

指定客户端是否应当只强制 MobiLink 服务器回应,而不实际执行同步。

Publications 属性

指定要同步的发布。

ResumePartialDownload 属性

指定是恢复还是放弃先前的部分下载。

SendColumnNames 属性

指定客户端是否应在同步过程中向 MobiLink 服务器发送列名。

SendDownloadAck 属性

指定客户端是否应在同步过程中向 MobiLink 服务器发送下载确认消息。下载确认会在下载在远程完全应用并提交后发送(正确认),或者是在下载失败后发送(负确认)。

Stream 属性

指定用于同步的 MobiLink 同步流。

StreamParms 属性

指定用于配置同步流的参数。

UploadOnly 属性

指定在同步时是禁用还是启用下载。

UserName 属性

向 MobiLink 服务器唯一标识 MobiLink 客户端的用户名。

Version 属性

指定要使用哪一个同步脚本。

公共方法
成员名称 说明

CopyFrom 方法

将指定的 ULSyncParms 对象的属性复制到此 ULSyncParms 对象。

另请参见