JET_RECSIZE 结构

JetGetRecordSize (JET_SESID、JET_TABLEID、JET_RECSIZE、GetRecordSizeGrbit) 用于返回有关记录在用户数据空间中的使用要求、集列数、值数和 ESENT 记录结构开销空间的信息。

Namespace:Microsoft.Isam.Esent.Interop.Vista
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

'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>

线程安全

此类型的所有公共静态(Visual Basic 中共享的)成员都是线程安全的。 但不保证所有实例成员都是线程安全的。

另请参阅

参考

JET_RECSIZE成员

Microsoft.Isam.Esent.Interop.Vista 命名空间