取得或設定保留給這個實例的資料指標資源數目。 游標資源會直接對應至JET_TABLEID。
Namespace:Microsoft.Isam.Esent.Interop
裝配: 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; }
屬性值
類型: System.Int32