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 类

 

UserName 属性

向 MobiLink 服务器唯一标识 MobiLink 客户端的用户名。

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

用于指定用户名的字符串。此参数没有缺省值,因而必须显式设置。

注释

MobiLink 服务器使用此值确定下载内容、记录同步状态并在同步期间发生中断时进行恢复。此用户名和口令独立于任何数据库用户 ID 和口令,它们用于向 MobiLink 服务器标识和验证应用程序。

另请参见