InstanceParameters.EnableIndexChecking 属性

获取或设置一个值,该值指示 JetAttachDatabase (JET_SESID、String、AttachDatabaseGrbit) 是否会为使用操作系统中较旧版本的 NLS 库生成的索引检查。

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

语法

'Declaration
Public Property EnableIndexChecking As Boolean
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Boolean

value = instance.EnableIndexChecking

instance.EnableIndexChecking = value
public bool EnableIndexChecking { get; set; }

属性值

类型: System.Boolean

另请参阅

参考

InstanceParameters 类

InstanceParameters 成员

Microsoft.Isam.Esent.Interop 命名空间