SqlServices.GenerateSessionStateScripts 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
세션 상태를 설치하거나 제거하기 위한 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이 아닌 경우
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET