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

 

Password 属性

用 UserName 指定的用户的 MobiLink 口令。

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

用于指定 MobiLink 口令的字符串。缺省值为空值引用(在 Visual Basic 中为 Nothing),表示没有指定口令。

注释

MobiLink 用户名和口令不同于任何数据库用户 ID 和口令,它们用于向 MobiLink 服务器标识和验证应用程序。

另请参见