VistaApi.JetGetRecordSize 方法
從所需的位置擷取記錄大小資訊。
Namespace:Microsoft.Isam.Esent.Interop.Vista
裝配: microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
語法
'Declaration
Public Shared Sub JetGetRecordSize ( _
sesid As JET_SESID, _
tableid As JET_TABLEID, _
ByRef recsize As JET_RECSIZE, _
grbit As GetRecordSizeGrbit _
)
'Usage
Dim sesid As JET_SESID
Dim tableid As JET_TABLEID
Dim recsize As JET_RECSIZE
Dim grbit As GetRecordSizeGrbitVistaApi.JetGetRecordSize(sesid, tableid, _
recsize, grbit)
public static void JetGetRecordSize(
JET_SESID sesid,
JET_TABLEID tableid,
ref JET_RECSIZE recsize,
GetRecordSizeGrbit grbit
)
參數
sesid
類型: Microsoft.Isam.Esent.Interop.JET_SESID要使用的會話。
tableid
類型: Microsoft.Isam.Esent.Interop.JET_TABLEID將用於 API 呼叫的資料指標。 資料指標必須位於記錄上,或備妥更新。
recsize
類型: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE傳回記錄的大小。
grbit
類型: Microsoft.Isam.Esent.Interop.GetRecordSizeGrbit通話選項。