Método VistaApi.JetGetRecordSize
Recupera información de tamaño de registro de la ubicación deseada.
Espacio de nombres:Microsoft.Isam.Esent.Interop.Vista
Ensamblaje: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Sintaxis
'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
)
Parámetros
sesid
Tipo: Microsoft.Isam.Esent.Interop.JET_SESIDSesión que se va a usar.
tableid
Tipo: Microsoft.Isam.Esent.Interop.JET_TABLEIDCursor que se usará para la llamada API. El cursor debe colocarse en un registro o tener preparada una actualización.
recsize
Tipo: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEDevuelve el tamaño del registro.
grbit
Tipo: Microsoft.Isam.Esent.Interop.GetRecordSizeGrbitOpciones de llamada.