Méthode Api.RetrieveColumnAsUInt64 (JET_SESID, JET_TABLEID, JET_COLUMNID, RetrieveColumnGrbit)
Récupère une valeur de colonne uint64 de l’enregistrement actif. L’enregistrement est l’enregistrement associé à l’entrée d’index à la position actuelle du curseur.
Cette API n’est pas conforme CLS.
Namespace:Microsoft.Isam.Esent.Interop
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function RetrieveColumnAsUInt64 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
grbit As RetrieveColumnGrbit _
) As Nullable(Of ULong)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim grbit As RetrieveColumnGrbit
Dim returnValue As Nullable(Of ULong)
returnValue = Api.RetrieveColumnAsUInt64(sesid, _
tableid, columnid, grbit)
[CLSCompliantAttribute(false)]
public static Nullable<ulong> RetrieveColumnAsUInt64(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
RetrieveColumnGrbit grbit
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur à partir duquel récupérer la colonne.
columnid
Type : Microsoft.Isam.Esent.Interop.JET_COLUMNIDColumnid à récupérer.
grbit
Type : Microsoft.Isam.Esent.Interop.RetrieveColumnGrbitOptions de récupération.
Valeur retournée
Type : System.Nullable<UInt64>
Données récupérées de la colonne sous la forme d’un UInt64. Null si la colonne est null.