Api.JetSetCurrentIndex4 メソッド

カーソルの現在のインデックスを設定します。

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

構文

'Declaration
Public Shared Sub JetSetCurrentIndex4 ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    index As String, _
    indexid As JET_INDEXID, _
    grbit As SetCurrentIndexGrbit, _
    itagSequence As Integer _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim index As String
Dim indexid As JET_INDEXID
Dim grbit As SetCurrentIndexGrbit
Dim itagSequence As IntegerApi.JetSetCurrentIndex4(sesid, _
    tableid, index, indexid, grbit, itagSequence)
public static void JetSetCurrentIndex4(
    JET_SESID sesid,
    JET_TABLEID tableid,
    string index,
    JET_INDEXID indexid,
    SetCurrentIndexGrbit grbit,
    int itagSequence
)

パラメーター

  • インデックス
    型: System.String

    選択するインデックスの名前。 これが null または空の場合は、プライマリ インデックスが選択されます。

  • indexid
    種類: Microsoft.Isam.Esent.Interop.JET_INDEXID

    選択するインデックスの ID。 この ID は、 IndexId オプションを指定して JetGetIndexInfo または JetGetTableIndexInfo を使用して取得できます。

  • itagSequence
    種類: System.Int32

    新しいインデックスにカーソルを置くために使用される複数値の列値のシーケンス番号。 このパラメーターは 、NoMove と組み合わせてのみ使用されます。 このパラメーターが存在しない場合、または 0 に設定されている場合、その値は 1 と見なされます。

関連項目

リファレンス

Api クラス

Api メンバー

Microsoft.Isam.Esent.Interop 名前空間