SqlServices Methods

 

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

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGenerateApplicationServicesScripts(Boolean, SqlFeatures, String^)

Generates the SQL scripts for the selected features. The scripts will reference the database indicated by the database parameter.

System_CAPS_pubmethodSystem_CAPS_staticGenerateSessionStateScripts(Boolean, SessionStateType, String^)

Generates the SQL script for installing or removing session state. The script will reference the database indicated by the database parameter.

System_CAPS_pubmethodSystem_CAPS_staticInstall(String^, SqlFeatures, String^)

Installs components for selected ASP.NET services on a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticInstall(String^, String^, SqlFeatures)

Installs components for selected ASP.NET features on a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticInstall(String^, String^, String^, String^, SqlFeatures)

Installs components for selected ASP.NET features on a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticInstallSessionState(String^, SessionStateType, String^)

Installs components for ASP.NET session state on a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticInstallSessionState(String^, String^, SessionStateType)

Installs components for ASP.NET session state on a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticInstallSessionState(String^, String^, String^, String^, SessionStateType)

Installs components for ASP.NET session state on a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticUninstall(String^, SqlFeatures, String^)

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

System_CAPS_pubmethodSystem_CAPS_staticUninstall(String^, String^, SqlFeatures)

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

System_CAPS_pubmethodSystem_CAPS_staticUninstall(String^, String^, String^, String^, SqlFeatures)

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

System_CAPS_pubmethodSystem_CAPS_staticUninstallSessionState(String^, SessionStateType, String^)

Removes components for ASP.NET session state from a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticUninstallSessionState(String^, String^, SessionStateType)

Removes components for ASP.NET session state from a SQL Server database.

System_CAPS_pubmethodSystem_CAPS_staticUninstallSessionState(String^, String^, String^, String^, SessionStateType)

Removes components for ASP.NET session state from a SQL Server database.

Return to top
Show: