Upravit

Sdílet prostřednictvím


SqlFeatures Enum

Definition

Specifies the ASP.NET features to install or remove using the methods provided by the SqlServices class.

This enumeration supports a bitwise combination of its member values.

public enum class SqlFeatures
[System.Flags]
public enum SqlFeatures
[<System.Flags>]
type SqlFeatures = 
Public Enum SqlFeatures
Inheritance
SqlFeatures
Attributes

Fields

Name Value Description
None 0

No features.

Membership 1

The membership feature.

Profile 2

The profile feature.

RoleManager 4

The role manager feature.

Personalization 8

The personalization feature.

SqlWebEventProvider 16

The Web event provider feature.

All 1073741855

All features.

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).

Applies to

See also