共用方式為


SystemParameters.CacheSizeMax 屬性

取得或設定資料庫頁面快取的大小上限。 大小在資料庫頁面中。 如果此參數保留為其預設值,則呼叫 JetInit 時,快取的大小上限會設定為實體記憶體的大小。

Namespace:Microsoft.Isam.Esent.Interop
裝配: Microsoft.Isam.Esent.Interop (in Microsoft.Isam.Esent.Interop.dll)

Syntax

'Declaration
Public Shared Property CacheSizeMax As Integer
    Get
    Set
'Usage
Dim value As Integer

value = SystemParameters.CacheSizeMax

SystemParameters.CacheSizeMax = value
public static int CacheSizeMax { get; set; }

屬性值

類型: System.Int32

另請參閱

參考

SystemParameters 類別

SystemParameters 成員

Microsoft.Isam.Esent.Interop 命名空間