VistaApi.JetGetRecordSize 方法
从所需位置检索记录大小信息。
Namespace:Microsoft.Isam.Esent.Interop.Vista
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (
语法
'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
)
parameters
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调用选项。