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 类

 

ResumePartialDownload 属性

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

语法
Visual Basic
Public Property ResumePartialDownload  As Boolean
C#
public bool ResumePartialDownload { get; set; }
属性值

值为 true,则恢复先前的部分下载,值为 false,则放弃先前的部分下载。缺省值为 false。

注释

一次最多只能指定一个同步命令(ULSyncParms.DownloadOnly、ULSyncParms.PingOnly、ULSyncParms.ResumePartialDownload 或 ULSyncParms.UploadOnly)。如果这些参数中有多个被设置为 true,则 ULConnection.Synchronize() 将抛出 ULSQLCode.SQLE_SYNC_INFO_INVALID SQLException。

有关部分下载的详细信息,请参见KeepPartialDownload 属性

另请参见