InstanceParameters.MaxCursors 屬性

取得或設定保留給這個實例的資料指標資源數目。 游標資源會直接對應至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

另請參閱

參考

InstanceParameters 類別

InstanceParameters 成員

Microsoft.Isam.Esent.Interop 命名空間