InstanceParameters.MaxCursors-Eigenschaft

Ruft die Anzahl der für diese instance reservierten Cursorressourcen ab oder legt sie fest. Eine Cursorressource entspricht direkt einer JET_TABLEID.

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

Syntax

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

value = instance.MaxCursors

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

Eigenschaftswert

Typ: System.Int32

Siehe auch

Verweis

InstanceParameters-Klasse

InstanceParameters-Member

Microsoft.Isam.Esent.Interop-Namespace