SARoleProvider では、プロバイダ・データベースの aspnet_Roles テーブルに役割情報が格納されます。SARoleProvider に関連付けられているネームスペースは iAnywhere.Web.Security です。Roles テーブル内の各レコードは 1 つの役割に対応します。
SARoleProvider では aspnet_UsersInRoles テーブルを使用して、役割がユーザに割り当てられます。
カラム名 | 説明 |
---|---|
name | プロバイダの名前。 |
type | iAnywhere.Web.Security.SARoleProvider |
connectionStringName | <connectionStrings> 要素で指定された接続文字列の名前。
|
connectionString | 接続文字列 (省略可能)。connectionStringName を指定しない場合は必須。
|
applicationName | プロバイダ・データを関連付けるアプリケーション名。 |
commandTimeout | サーバ呼び出しのタイムアウト値 (秒単位)。 |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |