This documentation is archived and is not being maintained.

SqlServices Members

Supports installing and removing the SQL Server database elements of ASP.NET features.

The SqlServices type exposes the following members.

  NameDescription
Public method Static member GenerateApplicationServicesScripts Generates the SQL scripts for the selected features. The scripts will reference the database indicated by the database parameter.
Public method Static member GenerateSessionStateScripts Generates the SQL script for installing or removing session state. The script will reference the database indicated by the database parameter.
Public method Static member Install Overloaded. Installs components for specified ASP.NET features on a SQL Server database.
Public method Static member InstallSessionState Overloaded. Installs components for ASP.NET session state on a SQL Server database.
Public method Static member Uninstall Overloaded. Removes components for selected ASP.NET features from a SQL Server database.
Public method Static member UninstallSessionState Overloaded. Removes components for ASP.NET session state from a SQL Server database.
Top
Show: