SqlServices.Uninstall Method (String, String, String, String, SqlFeatures)

Removes components for selected ASP.NET features from a SQL Server database.

Namespace: System.Web.Management
Assembly: System.Web (in system.web.dll)

public:
static void Uninstall (
	String^ server, 
	String^ user, 
	String^ password, 
	String^ database, 
	SqlFeatures features
)
public static void Uninstall (
	String server, 
	String user, 
	String password, 
	String database, 
	SqlFeatures features
)
public static function Uninstall (
	server : String, 
	user : String, 
	password : String, 
	database : String, 
	features : SqlFeatures
)
Not applicable.

Parameters

server

The SQL Server instance from which to remove the features.

user

The user name to use when connecting to the database.

password

The password to use when connecting to the database.

database

The database from which to remove the features.

features

A bitwise combination of the SqlFeatures values, specifying the features to remove.

Exception typeCondition

HttpException

Unable to connect to the specified database server.

ArgumentException

The features value contained one or more invalid flags.

SqlExecutionException

An exception occurred while processing the SQL statements required for the operation, an attempt was made to uninstall from a nonexistent database, or one or more tables for the features in the specified database contained data.

If database is a null reference (Nothing in Visual Basic)or not supplied, SqlServices will use the default database, aspnetdb. If server is a null reference (Nothing in Visual Basic)or not supplied, SqlServices will use the default SQL Server instance.

NoteNote:

The connection to the database server is made with a trusted connection.

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.

.NET Framework

Supported in: 3.0, 2.0

Community Additions

ADD
Show: