Api.JetDupCursor 方法

複製開啟的資料指標,並將控制碼傳回至重複的資料指標。 如果重複的資料指標是唯讀資料指標,則重複的資料指標也是唯讀資料指標。 任何與建構搜尋索引鍵或更新記錄相關的狀態都不會複製到重複的資料指標中。 此外,原始資料指標的位置不會重複到重複的資料指標中。 重複的資料指標一律會在叢集索引上開啟,而且其位置一律位於資料表的第一個資料列上。

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

語法

'Declaration
Public Shared Sub JetDupCursor ( _
    sesid As JET_SESID, _
    tableid As JET_TABLEID, _
    <OutAttribute> ByRef newTableid As JET_TABLEID, _
    grbit As DupCursorGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim newTableid As JET_TABLEID
Dim grbit As DupCursorGrbitApi.JetDupCursor(sesid, tableid, _
    newTableid, grbit)
public static void JetDupCursor(
    JET_SESID sesid,
    JET_TABLEID tableid,
    out JET_TABLEID newTableid,
    DupCursorGrbit grbit
)

參數

另請參閱

參考

Api 類別

Api 成員

Microsoft.Isam.Esent.Interop 命名空間