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 データベース管理とリファレンス » Mobile Link クライアントとしての Ultra Light » Ultra Light 同期パラメータとネットワーク・プロトコル・オプション » Ultra Light の同期パラメータ

 

Authentication Value 同期パラメータ

このフィールドは同期によって設定され、カスタム Mobile Link のユーザ認証スクリプトの結果をレポートします。Mobile Link サーバが、この情報をクライアントに提供します。

構文

構文は、使用する API によって異なります。

備考

デフォルトの Mobile Link ユーザ認証メカニズムによって設定される値については、authenticate_user 接続イベントと Authentication Status 同期パラメータの項で説明します。

このパラメータは Mobile Link サーバによって設定されるため、読み込み専用です。

参照

Ultra Light for C/C++ アプリケーションは、次のようにパラメータにアクセスできます。

ul_synch_info info;
// ...
returncode = info.auth_value;