JET_COLUMNID. Opérateur GreaterThan

Déterminez si un columnid est après un autre columnid.

Espace de noms :Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'Declaration
Public Shared Operator > ( _
    lhs As JET_COLUMNID, _
    rhs As JET_COLUMNID _
) As Boolean
'Usage
Dim lhs As JET_COLUMNID
Dim rhs As JET_COLUMNID
Dim returnValue As Boolean

returnValue = (lhs > rhs)
public static bool operator >(
    JET_COLUMNID lhs,
    JET_COLUMNID rhs
)

Paramètres

Valeur retournée

Type : System.Boolean
True si lhs vient après rhs.

Voir aussi

Informations de référence

structure JET_COLUMNID

JET_COLUMNID membres

Espace de noms Microsoft.Isam.Esent.Interop