Api.MakeKey-Methode (JET_SESID, JET_TABLEID, UInt32, MakeKeyGrbit)

Erstellt einen Suchschlüssel, der dann von JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) und JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit) verwendet werden kann.

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 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
)

Parameter

  • data
    Typ: System.UInt32

    Spaltendaten für die aktuelle Schlüsselspalte des aktuellen Indexes.

Siehe auch

Verweis

API-Klasse

API-Member

MakeKey-Überladung

Microsoft.Isam.Esent.Interop-Namespace