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 参考 » ULFileTransfer 类

 

DownloadedFile 属性

检查在上次尝试传输文件期间是否确实下载了文件。

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

如果文件已下载,则为 true;否则为 false。

注释

如果在调用 DownloadFile() 时文件已是最新,则它将返回 true,但 DownloadedFile 将为 false。如果发生错误且 DownloadFile() 返回 false,则 DownloadedFile 将为 false。

另请参见