Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定是恢复还是放弃先前的部分下载。
Public Property ResumePartialDownload As Boolean
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。