SystemParameters.EnableViewCache 属性

获取或设置一个值,该值指示数据库引擎是否应对数据库文件使用内存映射文件 I/O。

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

语法

'Declaration
Public Shared Property EnableViewCache As Boolean
    Get
    Set
'Usage
Dim value As Boolean

value = SystemParameters.EnableViewCache

SystemParameters.EnableViewCache = value
public static bool EnableViewCache { get; set; }

属性值

类型: System.Boolean

另请参阅

参考

SystemParameters 类

SystemParameters 成员

Microsoft.Isam.Esent.Interop 命名空间