共用方式為


SqlServices.GenerateSessionStateScripts 方法

定義

產生安裝或移除工作階段狀態的 SQL 指令碼。 此指令碼會參考由資料庫參數指示的資料庫。

public:
 static System::String ^ GenerateSessionStateScripts(bool install, System::Web::Management::SessionStateType type, System::String ^ customDatabase);
public static string GenerateSessionStateScripts (bool install, System.Web.Management.SessionStateType type, string customDatabase);
static member GenerateSessionStateScripts : bool * System.Web.Management.SessionStateType * string -> string
Public Shared Function GenerateSessionStateScripts (install As Boolean, type As SessionStateType, customDatabase As String) As String

參數

install
Boolean

true 表示產生安裝指定功能的指令碼,false 表示產生移除功能的指令碼。

type
SessionStateType

其中一個 SessionStateType 值,指定要產生指令碼的工作階段狀態類型。

customDatabase
String

產生的指令碼所使用的 SQL Server 資料庫名稱。

傳回

傳回產生的指令碼。

例外狀況

類型是 Custom 且未提供 customDatabase 值,或類型是 TemporaryPersistedcustomDatabase 值不為 null。

適用於

另請參閱