VistaApi.JetGetRecordSize, méthode
Récupère les informations de taille d’enregistrement à partir de l’emplacement souhaité.
Espace de noms :Microsoft.Isam.Esent.Interop.Vista
Assemblée: Microsoft.Isam.Esent.Interop (en Microsoft.Isam.Esent.Interop.dll)
Syntaxe
'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
)
Paramètres
sesid
Type : Microsoft.Isam.Esent.Interop.JET_SESIDSession à utiliser.
tableid
Type : Microsoft.Isam.Esent.Interop.JET_TABLEIDCurseur qui sera utilisé pour l’appel d’API. Le curseur doit être positionné sur un enregistrement ou une mise à jour doit être préparée.
recsize
Type : Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZERetourne la taille de l’enregistrement.
grbit
Type : Microsoft.Isam.Esent.Interop.GetRecordSizeGrbitOptions d’appel.