InstanceParameters.MaxCursors 속성

이 instance 예약된 커서 리소스 수를 가져오거나 설정합니다. 커서 리소스는 JET_TABLEID 직접 해당합니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'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 네임스페이스