SystemParameters.EnableFileCache 屬性
取得或設定值,指出資料庫引擎是否應該對所有 Managed 檔案使用 OS 檔案快取。
Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)
Syntax
'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