Api.RetrieveColumnAsUInt32-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID, RetrieveColumnGrbit)

Ruft einen uint32-Spaltenwert aus dem aktuellen Datensatz ab. Der Datensatz ist der Datensatz, der dem Indexeintrag an der aktuellen Position des Cursors zugeordnet ist.

Diese API ist nicht CLS-kompatibel. 

Namespace:Microsoft.Isam.Esent.Interop
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function RetrieveColumnAsUInt32 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID, _
    grbit As RetrieveColumnGrbit _
) As Nullable(Of UInteger)
'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 UInteger)

returnValue = Api.RetrieveColumnAsUInt32(sesid, _
    tableid, columnid, grbit)
[CLSCompliantAttribute(false)]
public static Nullable<uint> RetrieveColumnAsUInt32(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid,
    RetrieveColumnGrbit grbit
)

Parameter

Rückgabewert

Typ: System.Nullable<UInt32>
Die Daten, die aus der Spalte als UInt32 abgerufen werden. NULL, wenn die Spalte NULL ist.

Siehe auch

Verweis

API-Klasse

API-Member

RetrieveColumnAsUInt32-Überladung

Microsoft.Isam.Esent.Interop-Namespace