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