Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (日本語) » Ultra Light - .NET プログラミング » Ultra Light .NET 2.0 API リファレンス » ULSyncParms クラス

 

UserName プロパティ

Mobile Link サーバが Mobile Link クライアントをユニークに識別するユーザ名です。

構文
Visual Basic
Public Property UserName As String
C#
public string  UserName { get; set; }
プロパティ値

ユーザ名を指定する文字列。このパラメータにはデフォルト値がないので、明示的に設定してください。

備考

Mobile Link サーバでは、この値を使用して、ダウンロードする内容の決定、同期ステータスの記録、同期中の割り込みからの復帰を行います。このユーザ名とパスワードは他のデータベース・ユーザ ID やパスワードとは別のもので、アプリケーションを Mobile Link サーバに対して識別し、認証するために使用されます。

参照