InstanceParameters.MaxCursors 属性

获取或设置为此实例保留的游标资源数。 游标资源直接对应于JET_TABLEID。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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 命名空间