共用方式為


SystemParameters.CacheSize 屬性

取得或設定頁面中資料庫快取的大小。 根據預設,資料庫快取會自動調整其大小,將此屬性設定為非零值會導致快取自行調整為目標大小。

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

Syntax

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

value = SystemParameters.CacheSize

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

屬性值

類型: System.Int32

另請參閱

參考

SystemParameters 類別

SystemParameters 成員

Microsoft.Isam.Esent.Interop 命名空間