Share via


Api.MakeKey 方法 (JET_SESID、JET_TABLEID、UInt16、MakeKeyGrbit)

建構 JetSeek (JET_SESID、JET_TABLEID、SeekGrbit) JetSetIndexRange (JET_SESID、JET_TABLEID、SetIndexRangeGrbit) 使用的搜尋索引鍵。

此 API 不符合 CLS 規範。 

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

語法

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

參數

  • 資料
    類型: System.UInt16

    目前索引之目前索引鍵資料行的資料行資料。

另請參閱

參考

Api 類別

Api 成員

MakeKey 多載

Microsoft.Isam.Esent.Interop 命名空間