Skip to content

Latest commit

 

History

History
63 lines (50 loc) · 1.74 KB

jet-recsize-structure2.md

File metadata and controls

63 lines (50 loc) · 1.74 KB
description title TOCTitle ms:assetid ms:mtpsurl ms:contentKeyID ms.date ms.topic f1_keywords dev_langs api_name topic_type api_type api_location ROBOTS
Learn more about: JET_RECSIZE structure
JET_RECSIZE structure (Microsoft.Isam.Esent.Interop.Vista)
JET_RECSIZE structure
T:Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
39509765
07/30/2014
reference
Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
CSharp
JScript
VB
other
Microsoft.Isam.Esent.Interop.Vista.JET_RECSIZE
apiref
kbSyntax
Managed
Microsoft.Isam.Esent.Interop.dll
INDEX,FOLLOW

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