SessionStateSection.PartitionResolverType プロパティ
アセンブリ: System.Web (system.web.dll 内)

Dim instance As SessionStateSection Dim value As String value = instance.PartitionResolverType instance.PartitionResolverType = value
/** @property */ public String get_PartitionResolverType () /** @property */ public void set_PartitionResolverType (String value)
public function get PartitionResolverType () : String public function set PartitionResolverType (value : String)
セッション状態の格納場所を指定する値または空の文字列 ("")。

PartitionResolverType プロパティが指定されている場合、SqlConnectionString プロパティと StateConnectionString プロパティは無視されます。PartitionResolverType は、sessionState 要素 (ASP.NET 設定スキーマ) 要素内の他のプロパティと同様に、LockAttributes プロパティによりロックできます。PartitionResolverType によって返される接続文字列は、残りの要求が適切なサーバー位置に接続できるように、すべての要求で使用されます。接続文字列が無効な場合、サーバーに対して構成された接続文字列が無効なときにスローされるのと同じ例外がスローされます。
このプロパティは、SQL Server モードまたは State Server モードにおいて複数のバックエンド ノード間でセッション状態データを分割する際に使用されます。

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。


- SessionStateSection.PartitionResolverType プロパティのページへのリンク