JET_COLUMNID. CompareTo, méthode

Compare ce ColumnID à un autre ColumnID et détermine si cette instance est antérieure, identique ou postérieure à l’autre instance.

Espace de noms : Microsoft. ISAM. esent. Interop
Assembly : Microsoft. ISAM. esent. Interop (en Microsoft.Isam.Esent.Interop.dll)

Syntaxe

'Declaration
Public Function CompareTo ( _
    other As JET_COLUMNID _
) As Integer
'Usage
Dim instance As JET_COLUMNID
Dim other As JET_COLUMNID
Dim returnValue As Integer

returnValue = instance.CompareTo(other)
public int CompareTo(
    JET_COLUMNID other
)

Paramètres

Valeur de retour

Type : System. Int32
Nombre signé indiquant les positions relatives de cette instance et du paramètre de valeur.

Implémente

IComparable <T> . CompareTo (T)

Voir aussi

Informations de référence

Structure JET_COLUMNID

Membres JET_COLUMNID

Espace de noms Microsoft. ISAM. esent. Interop