ProfileSection 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
使用默认设置初始化 ProfileSection 类的新实例。
public:
ProfileSection();
public ProfileSection ();
Public Sub New ()
注解
下表显示了用于此构造函数的默认设置。
设置 | 默认值 |
---|---|
DefaultProvider | “AspNetSqlProfileProvider”。 |
Enabled | true . |
Inherits | 空字符串 ("")。 |
PropertySettings | 一个空 RootProfilePropertySettingsCollection。 |
Providers | 一个空 ProviderSettingsCollection。 |