Api.JetGetCursorInfo 方法
根據記錄的目前更新狀態,判斷資料指標的目前記錄更新是否會導致寫入衝突。 即使 JetGetCursorInfo 成功傳回,最終還是會傳回寫入衝突。 因為另一個會話可能會在目前的會話能夠更新相同的記錄之前更新記錄。
Namespace:Microsoft.Isam.Esent.Interop
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetGetCursorInfo ( _
sesid As JET_SESID, _
tableid As JET_TABLEID _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEIDApi.JetGetCursorInfo(sesid, tableid)
public static void JetGetCursorInfo(
JET_SESID sesid,
JET_TABLEID tableid
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID要檢查的資料指標。