System.Web.Management.SqlFeatures Enumeration

Specifies the ASP.Net features to install or remove using the methods provided by the System.Web.Management.SqlServices class.

Syntax

[System.Flags]
public enum SqlFeatures

Remarks

This enumeration has a FlagsAttribute, which means you can select two or more features by combining them with the & (and) operator (the And operator in Visual Basic).

Members

Member NameDescription
All

All features.

Membership

The membership feature.

None

No features.

Personalization

The personalization feature.

Profile

The profile feature.

RoleManager

The role manager feature.

SqlWebEventProvider

The Web event provider feature.

Requirements

Namespace: System.Web.Management
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0