Api.MakeKey メソッド (JET_SESID、JET_TABLEID、UInt32、MakeKeyGrbit)

JetSeek(JET_SESID, JET_TABLEID, SeekGrbit) および JetSetIndexRange(JET_SESID, JET_TABLEID, SetIndexRangeGrbit) で使用できる検索キーを構築します。

この API は CLS 準拠ではありません。 

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

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

パラメーター

  • data
    種類: System.UInt32

    現在のインデックスの現在のキー列の列データ。

関連項目

リファレンス

Api クラス

API メンバー

MakeKey オーバーロード

Microsoft.Isam.Esent.Interop 名前空間