Api.RetrieveColumnAsUInt16-Methode (JET_SESID, JET_TABLEID, JET_COLUMNID)

Ruft einen uint16-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 RetrieveColumnAsUInt16 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID _
) As Nullable(Of UShort)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Nullable(Of UShort)

returnValue = Api.RetrieveColumnAsUInt16(sesid, _
    tableid, columnid)
[CLSCompliantAttribute(false)]
public static Nullable<ushort> RetrieveColumnAsUInt16(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid
)

Parameter

Rückgabewert

Typ: System.Nullable<UInt16>
Die aus der Spalte als UInt16 abgerufenen Daten. NULL, wenn die Spalte NULL ist.

Siehe auch

Verweis

Api-Klasse

API-Member

RetrieveColumnAsUInt16-Überladung

Microsoft.Isam.Esent.Interop-Namespace