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 类

 

AuthenticationParms 属性

为自定义用户验证脚本(MobiLink authenticate_parameters 连接事件)指定参数。

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

字符串数组,每个字符串都包含一个验证参数(空数组项将导致同步错误)。缺省值为空值引用(在 Visual Basic 中为 Nothing),表示没有验证参数。

注释

只使用前 255 个字符串,且每个字符串的长度不应超过 128 个字符(长字符串在发送到 MobiLink 服务器时会被截断)。

另请参见