JET_LGPOS. Operatore GreaterThan

Determinare se una posizione del log è successiva a un'altra posizione del log.

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'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
)

Parametri

Valore restituito

Tipo: System.Boolean
True se lhs viene dopo rhs.

Vedi anche

Riferimento

struttura JET_LGPOS

membri JET_LGPOS

Spazio dei nomi Microsoft.Isam.Esent.Interop