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 类

 

FileAuthCode 属性

返回在上次尝试传输文件期间来自 authenticate_file_transfer 脚本的返回值。

语法
Visual Basic
Public Readonly Property FileAuthCode As UInt16
C#
public ushort FileAuthCode { get;}
属性值

在上次尝试传输文件期间从 authenticate_file_transfer 脚本返回的无符号短整数。

另请参见