SqlServices Members
.NET Framework 3.0
Supports installing and removing the SQL Server database elements of ASP.NET features.
The following tables list the members exposed by the SqlServices type.
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GenerateApplicationServicesScripts | Generates the SQL scripts for the selected features. The scripts will reference the database indicated by the database parameter. |
| GenerateSessionStateScripts | Generates the SQL script for installing or removing session state. The script will reference the database indicated by the database parameter. |
| GetHashCode | Serves as a hash function for a particular type. (inherited from Object) |
| GetType | Gets the Type of the current instance. (inherited from Object) |
| Install | Overloaded. Installs components for specified ASP.NET features on a SQL Server database. |
| InstallSessionState | Overloaded. Installs components for ASP.NET session state on a SQL Server database. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Uninstall | Overloaded. Removes components for selected ASP.NET features from a SQL Server database. |
| UninstallSessionState | Overloaded. Removes components for ASP.NET session state from a SQL Server database. |
| Name | Description | |
|---|---|---|
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
Reference
SqlServices ClassSystem.Web.Management Namespace
Other Resources
Installing the SQL Server Provider DatabaseSession-State Modes
Community Additions
ADD
Show: