다음을 통해 공유


SessionStateSection.PartitionResolverType 속성

정의

세션 상태를 저장할 위치를 지정하는 값을 가져오거나 설정합니다.

public:
 property System::String ^ PartitionResolverType { System::String ^ get(); void set(System::String ^ value); };
[System.Configuration.ConfigurationProperty("partitionResolverType", DefaultValue="")]
public string PartitionResolverType { get; set; }
[<System.Configuration.ConfigurationProperty("partitionResolverType", DefaultValue="")>]
member this.PartitionResolverType : string with get, set
Public Property PartitionResolverType As String

속성 값

세션 상태를 저장할 위치를 지정하는 값 또는 빈 문자열("")입니다.

특성

설명

경우는 PartitionResolverType 속성을 지정 합니다 SqlConnectionString 속성 및 StateConnectionString 속성은 무시 됩니다. PartitionResolverType 통해 잠글 수는 LockAttributes 내의 다른 속성과 마찬가지로 속성을 sessionState 요소 (ASP.NET 설정 스키마) 요소. 반환 하는 연결 문자열을 PartitionResolverType 요청의 나머지 부분에서는 적절 한 서버 위치에 연결할 모든 요청에서 사용할 수 있습니다. 연결 문자열이 올바르지 않으면 ASP.NET 서버에 구성 된 연결 문자열에 유효 하지 않을 때 throw 되는 동일한 예외를 발생 시킵니다.

이 속성은 SQL 또는 상태 서버 모드에서 여러 백 엔드 노드 간에 세션 상태 데이터를 분할 하는

적용 대상