JET_RECSIZE structure

Used by JetGetRecordSize(JET_SESID, JET_TABLEID, JET_RECSIZE, GetRecordSizeGrbit) to return information about a record's usage requirements in user data space, number of set columns, number of values, and ESENT record structure overhead space.

Namespace:  Microsoft.Isam.Esent.Interop.Vista
Assembly:  Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Structure JET_RECSIZE _
    Implements IEquatable(Of JET_RECSIZE)
'Usage
Dim instance As JET_RECSIZE
[SerializableAttribute]
public struct JET_RECSIZE : IEquatable<JET_RECSIZE>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

JET_RECSIZE members

Microsoft.Isam.Esent.Interop.Vista namespace