SqlServices.Install Method (String, SqlFeatures, String)
.NET Framework 2.0
Installs components for selected ASP.NET services on a SQL Server database.
Namespace: System.Web.Management
Assembly: System.Web (in system.web.dll)
Assembly: System.Web (in system.web.dll)
public: static void Install ( String^ database, SqlFeatures features, String^ connectionString )
public static void Install ( String database, SqlFeatures features, String connectionString )
public static function Install ( database : String, features : SqlFeatures, connectionString : String )
Not applicable.
Parameters
- database
The database on which to install the features.
- features
A bitwise combination of the SqlFeatures values, specifying the features to install.
- connectionString
The connection string to use. The connection string is only used to establish a connection to the database server. Specifying a database in the connection string has no effect.
If database is a null reference (Nothing in Visual Basic)or not supplied, SqlServices will use the default database, aspnetdb.
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: