InstanceParameters.CachedClosedTables 属性

获取或设置一个值,该值表示应用程序关闭实例所表示的表后缓存的 B+ 树资源的数量。 此参数的较大值将导致数据库引擎使用更多内存,但会增加应用程序可以随机打开大量表的速度。 这对于具有具有大量表的架构的应用程序非常有用。 在 Windows Vista 及更新版本上受支持。 在 Windows XP 和 Windows Server 2003 上忽略。

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

语法

'Declaration
Public Property CachedClosedTables As Integer
    Get
    Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer

value = instance.CachedClosedTables

instance.CachedClosedTables = value
public int CachedClosedTables { get; set; }

属性值

类型: System.Int32

另请参阅

参考

InstanceParameters 类

InstanceParameters 成员

Microsoft.Isam.Esent.Interop 命名空间