Catatan
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba masuk atau mengubah direktori.
Akses ke halaman ini memerlukan otorisasi. Anda dapat mencoba mengubah direktori.
Mengambil nilai kolom uint16 dari rekaman saat ini. Rekaman adalah rekaman yang terkait dengan entri indeks pada posisi kursor saat ini.
API ini bukan kompatibel CLS.
Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)
Sintaks
'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Function RetrieveColumnAsUInt16 ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
columnid As JET_COLUMNID, _
grbit As RetrieveColumnGrbit _
) As Nullable(Of UShort)
'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 UShort)
returnValue = Api.RetrieveColumnAsUInt16(sesid, _
tableid, columnid, grbit)
[CLSCompliantAttribute(false)]
public static Nullable<ushort> RetrieveColumnAsUInt16(
JET_SESID sesid,
JET_TABLEID tableid,
JET_COLUMNID columnid,
RetrieveColumnGrbit grbit
)
Parameter
sesid
Jenis: Microsoft.Isam.Esent.Interop.JET_SESIDSesi yang akan digunakan.
tableid
Jenis: Microsoft.Isam.Esent.Interop.JET_TABLEIDKursor untuk mengambil kolom dari.
columnid
Jenis: Microsoft.Isam.Esent.Interop.JET_COLUMNIDColumnid yang akan diambil.
grbit
Jenis: Microsoft.Isam.Esent.Interop.RetrieveColumnGrbitOpsi pengambilan.
Nilai kembali
Jenis: System.Nullable<UInt16>
Data yang diambil dari kolom sebagai UInt16. Null jika kolom null.