EsentVersion.SupportsLargeKeys 属性

获取一个值,该值指示是否支持大 (> 255 字节) 键。 可以在 JET_INDEXCREATE 对象中指定索引的键大小。

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

语法

'Declaration
Public Shared ReadOnly Property SupportsLargeKeys As Boolean
    Get
'Usage
Dim value As Boolean

value = EsentVersion.SupportsLargeKeys
public static bool SupportsLargeKeys { get; }

属性值

类型: System.Boolean

另请参阅

参考

EsentVersion 类

EsentVersion 成员

Microsoft.Isam.Esent.Interop 命名空间