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 クラス

 

AuthenticationParms プロパティ

カスタム・ユーザ認証スクリプト (Mobile Link authenticate_parameters 接続イベント) のパラメータを指定します。

構文
Visual Basic
Public Property AuthenticationParms As String()
C#
public string[]  AuthenticationParms { get; set; }
プロパティ値

それぞれに認証パラメータが格納された、文字列の配列 (配列のエントリが NULL であると、同期エラーになります)。デフォルト値は NULL 参照 (Visual Basic の Nothing) で、認証パラメータは指定されません。

備考

最初の 255 文字のみが使用されます。また、各文字列は 128 文字以下であることが必要です (長すぎる文字列は、Mobile Link サーバに送信されるときにトランケートされます)。

参照