InstanceParameters.MaxSessions 屬性

取得或設定保留給這個實例的會話資源數目。 會話資源會直接對應至JET_SESID。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'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 命名空間