Metode Api.MakeKey (JET_SESID, JET_TABLEID, Byte , MakeKeyGrbit)

Membuat kunci pencarian yang kemudian dapat digunakan oleh JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) dan JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit).

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

Sintaks

'Declaration
Public Shared Sub MakeKey ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    data As Byte(), _
    grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As Byte()
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
    grbit)
public static void MakeKey(
    JET_SESID sesid,
    JET_TABLEID tableid,
    byte[] data,
    MakeKeyGrbit grbit
)

Parameter

  • data
    Jenis: []

    Data kolom untuk kolom kunci saat ini dari indeks saat ini.

Lihat juga

Referensi

Kelas Api

Anggota api

MakeKey kelebihan beban

Namespace Microsoft.Isam.Esent.Interop