다음을 통해 공유


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 값이 제공되지 않았거나, 형식이 Temporary 또는 Persisted이고 customDatabase 값이 null이 아닌 경우

적용 대상

추가 정보