JET_LGPOS. LessThanOrEqual 연산자

한 로그 위치가 다른 로그 위치 이전인지 아니면 같은지 확인합니다.

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

구문

'Declaration
Public Shared Operator <= ( _
    lhs As JET_LGPOS, _
    rhs As JET_LGPOS _
) As Boolean
'Usage
Dim lhs As JET_LGPOS
Dim rhs As JET_LGPOS
Dim returnValue As Boolean

returnValue = (lhs <= rhs)
public static bool operator <=(
    JET_LGPOS lhs,
    JET_LGPOS rhs
)

매개 변수

반환 값

형식: System.Boolean
true이면 lhs가 앞에 오거나 rhs와 같으면 입니다.

추가 정보

참조

JET_LGPOS 구조체

JET_LGPOS 멤버

Microsoft.Isam.Esent.Interop 네임스페이스