InstanceParameters.MaxSessions-Eigenschaft

Ruft die Anzahl der Für diesen instance reservierten Sitzungsressourcen ab oder legt diese fest. Eine Sitzungsressource entspricht direkt einer JET_SESID.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: 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; }

Eigenschaftswert

Typ: System.Int32

Weitere Informationen

Verweis

InstanceParameters-Klasse

InstanceParameters-Member

Microsoft.Isam.Esent.Interop-Namespace