Share via


Api.JetSeek 方法

有效率地將游標定位至符合該資料指標中搜尋索引鍵所指定之搜尋準則的索引項目目,以及指定的不相等。 先前必須使用 JetMakeKey (JET_SESID、JET_TABLEID、[]、Int32、MakeKeyGrbit) 建構搜尋金鑰。 另請參閱 TrySeek (JET_SESID、JET_TABLEID、SeekGrbit)

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

語法

'Declaration
Public Shared Function JetSeek ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    grbit As SeekGrbit _
) As JET_wrn
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim grbit As SeekGrbit
Dim returnValue As JET_wrn

returnValue = Api.JetSeek(sesid, _
    tableid, grbit)
public static JET_wrn JetSeek(
    JET_SESID sesid,
    JET_TABLEID tableid,
    SeekGrbit grbit
)

參數

傳回值

類型: Microsoft.Isam.Esent.Interop.JET_wrn
ESENT 警告。

另請參閱

參考

Api 類別

Api 成員

Microsoft.Isam.Esent.Interop 命名空間