Api.RetrieveColumnAsInt64-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID, RetrieveColumnGrbit)
Ruft einen einzelnen Spaltenwert aus dem aktuellen Datensatz ab. Der Datensatz ist der Datensatz, der dem Indexeintrag an der aktuellen Position des Cursors zugeordnet ist.
Namespace: Microsoft.Isam.Esent.Interop
Assembly: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'Declaration
Public Shared Function RetrieveColumnAsInt64 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
grbit As RetrieveColumnGrbit _
) As Nullable(Of Long)
'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 Long)
returnValue = Api.RetrieveColumnAsInt64(sesid, _
tableid, columnid, grbit)
public static Nullable<long> RetrieveColumnAsInt64(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
RetrieveColumnGrbit grbit
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDer Cursor, aus dem die Spalte abgerufen werden soll.
columnid
Typ: Microsoft.Isam.Esent.Interop.JET_COLUMNIDDie abzurufende columnid.
grbit
Typ: Microsoft.Isam.Esent.Interop.RetrieveColumnGrbitAbrufoptionen.
Rückgabewert
Typ: System.Nullable<Int64>
Die aus der Spalte abgerufenen Daten als long. NULL, wenn die Spalte NULL ist.