ProfileSection 构造函数

定义

使用默认设置初始化 ProfileSection 类的新实例。

public:
 ProfileSection();
public ProfileSection ();
Public Sub New ()

注解

下表显示了用于此构造函数的默认设置。

设置 默认值
DefaultProvider “AspNetSqlProfileProvider”。
Enabled true.
Inherits 空字符串 ("")。
PropertySettings 一个空 RootProfilePropertySettingsCollection
Providers 一个空 ProviderSettingsCollection

适用于

另请参阅