次の方法で共有


Api.JetSetCurrentIndex3 メソッド

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

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

構文

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

パラメーター

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

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

  • itagSequence
    型: System.Int32

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

関連項目

リファレンス

Api クラス

API メンバー

Microsoft.Isam.Esent.Interop 名前空間