SqlFeatures Enumeration
.NET Framework 3.0
Specifies the ASP.Net features to install or remove using the methods provided by the SqlServices class.
Assembly: System.Web (in system.web.dll)
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Namespace: System.Web.ManagementAssembly: System.Web (in system.web.dll)
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).
The following code example shows how to use the SqlFeatures enumeration with the Install(String,SqlFeatures,String) method of the SqlServices class.
Windows 98, Windows Server 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.Community Additions
ADD
Show: