SqlServices.UninstallSessionState Method (String, SessionStateType, String)
Assembly: System.Web (in system.web.dll)
public: static void UninstallSessionState ( String^ customDatabase, SessionStateType type, String^ connectionString )
public static void UninstallSessionState ( String customDatabase, SessionStateType type, String connectionString )
public static function UninstallSessionState ( customDatabase : String, type : SessionStateType, connectionString : String )
Not applicable.
Parameters
- customDatabase
The database from which to remove the session-state components.
- type
One of the SessionStateType values, specifying the type of session state to remove.
- 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.
| Exception type | Condition |
|---|---|
| The type is Custom and the customDatabase value is not supplied, or the type is either Temporary or Persisted and the customDatabase value is not null. | |
| Unable to connect to the specified database server. | |
| An exception occurred while processing the SQL statements required for the operation. |
The following code example shows how to use the UninstallSessionState(String,String,SessionStateType) method of the SqlServices class.
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.