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

SQL Anywhere 11.0.1 (中文) » SQL Anywhere 服务器 - 编程 » SQL Anywhere 数据访问 API » SQL Anywhere ASP.NET 提供程序

 

配置文件提供程序表模式

SAProfileProvider 将配置文件数据存储在提供程序数据库的 aspnet_Profile 表中。与 SAProfileProvider 关联的命名空间为 iAnywhere.Web.Security。Profile 表中的每条记录均与一个用户的持久配置文件属性相对应。

列名 说明
name 提供程序的名称。
type iAnywhere.Web.Security.SAProfileProvider
connectionStringName <connectionStrings> 元素中指定的连接字符串的名称。
connectionString 连接字符串,为可选。如果未指定 connectionStringName,则为必需。
applicationName 提供程序数据所关联的应用程序名。
commandTimeout 服务器调用的超时值,以秒为单位。