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 类

 

DestinationFileName 属性

指定已下载文件的本地文件名。

语法
Visual Basic
Public Property DestinationFileName As String
C#
public string  DestinationFileName { get; set; }
属性值

用于指定已下载文件本地文件名的字符串。如果值为空值引用(在 Visual Basic 中为 Nothing),则使用 FileName。缺省值为空值引用(在 Visual Basic 中是 Nothing)。

另请参见