InstanceParameters.MaxSessions プロパティ

このインスタンス用に予約されているセッション リソースの数を取得または設定します。 セッション リソースは、JET_SESIDに直接対応します。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'Declaration
Public Property MaxSessions As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.MaxSessions

instance.MaxSessions = value
public int MaxSessions { get; set; }

プロパティ値

種類: System.Int32

関連項目

リファレンス

InstanceParameters クラス

InstanceParameters メンバー

Microsoft.Isam.Esent.Interop 名前空間