Metode Api.RetrieveColumnAsDouble (JET_SESID, JET_TABLEID, JET_COLUMNID)

Mengambil nilai kolom ganda dari rekaman saat ini. Rekaman adalah rekaman yang terkait dengan entri indeks pada posisi kursor saat ini.

Namespace:Microsoft.Isam.Esent.Interop
Majelis: Microsoft.Isam.Esent.Interop (dalam Microsoft.Isam.Esent.Interop.dll)

Sintaks

'Declaration
Public Shared Function RetrieveColumnAsDouble ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    columnid As JET_COLUMNID _
) As Nullable(Of Double)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim columnid As JET_COLUMNID
Dim returnValue As Nullable(Of Double)

returnValue = Api.RetrieveColumnAsDouble(sesid, _
    tableid, columnid)
public static Nullable<double> RetrieveColumnAsDouble(
    JET_SESID sesid,
    JET_TABLEID tableid,
    JET_COLUMNID columnid
)

Parameter

Nilai kembali

Jenis: System.Nullable<Double>
Data yang diambil dari kolom sebagai ganda. Null jika kolom null.

Lihat juga

Referensi

Kelas Api

Anggota api

RetrieveColumnAsDouble kelebihan beban

Namespace Microsoft.Isam.Esent.Interop