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

SQL Anywhere 12.0.1 » SQL Anywhere サーバー プログラミング » .NET アプリケーションプログラミング » SQL Anywhere ASP.NET プロバイダー

 

プロファイルプロバイダーのテーブルスキーマ

SAProfileProvider では、プロバイダーデータベースの aspnet_Profile テーブルにプロファイルデータが格納されます。SAProfileProvider に関連付けられているネームスペースは iAnywhere.Web.Security です。Profile テーブル内の各レコードは 1 人のユーザーに持続されるプロファイルプロパティに対応します。

カラム名 説明
name プロバイダーの名前。
type iAnywhere.Web.Security.SAProfileProvider
connectionStringName <connectionStrings> 要素で指定された接続文字列の名前。
connectionString 接続文字列 (省略可能)。connectionStringName を指定しない場合は必須。
applicationName プロバイダーデータを関連付けるアプリケーション名。
commandTimeout サーバー呼び出しのタイムアウト値 (秒単位)。