VistaApi.JetGetRecordSize-Methode
Ruft Datensatzgrößeninformationen vom gewünschten Speicherort ab.
Namespace:Microsoft.Isam.Esent.Interop.Vista
Versammlung: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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
)
Parameter
sesid
Typ: Microsoft.Isam.Esent.Interop.JET_SESIDDie zu verwendende Sitzung.
tableid
Typ: Microsoft.Isam.Esent.Interop.JET_TABLEIDDer Cursor, der für den API-Aufruf verwendet wird. Der Cursor muss in einem Datensatz positioniert sein oder ein Update vorbereitet sein.
recsize
Typ: Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZEGibt die Größe des Datensatzes zurück.
grbit
Typ: Microsoft.Isam.Esent.Interop.GetRecordSizeGrbitAnrufoptionen.