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
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要放置的游標。
grbit
類型: Microsoft.Isam.Esent.Interop.SeekGrbit搜尋選項。
傳回值
類型: Microsoft.Isam.Esent.Interop.JET_wrn
ESENT 警告。