InstanceParameters.MaxOpenTables-Eigenschaft

Ruft die Anzahl der für diese instance reservierten B+-Strukturressourcen ab oder legt sie fest.

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

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

value = instance.MaxOpenTables

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

Eigenschaftswert

Typ: System.Int32

Weitere Informationen

Verweis

InstanceParameters-Klasse

InstanceParameters-Member

Microsoft.Isam.Esent.Interop-Namespace