Metodo Api.MakeKey (JET_SESID, JET_TABLEID, UInt32, MakeKeyGrbit)

Costruisce una chiave di ricerca che può quindi essere usata da JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) e JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit).

Questa API non è conforme a CLS. 

Spazio dei nomi:Microsoft.Isam.Esent.Interop
Assemblea: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Sintassi

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub MakeKey ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    data As UInteger, _
    grbit As MakeKeyGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim data As UInteger
Dim grbit As MakeKeyGrbitApi.MakeKey(sesid, tableid, data, _
    grbit)
[CLSCompliantAttribute(false)]
public static void MakeKey(
    JET_SESID sesid,
    JET_TABLEID tableid,
    uint data,
    MakeKeyGrbit grbit
)

Parametri

  • data
    Tipo: System.UInt32

    Dati di colonna per la colonna chiave corrente dell'indice corrente.

Vedi anche

Riferimento

Classe Api

Membri dell'API

Overload makeKey

Spazio dei nomi Microsoft.Isam.Esent.Interop