SystemParameters.EnableFileCache 属性

获取或设置一个值,该值指示数据库引擎是否应对所有托管文件使用 OS 文件缓存。

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

语法

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

value = SystemParameters.EnableFileCache

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

属性值

类型: System.Boolean

另请参阅

参考

SystemParameters 类

SystemParameters 成员

Microsoft.Isam.Esent.Interop 命名空间