共用方式為


SystemParameters.StopFlushThreshold 屬性

取得或設定資料庫頁面快取結束從快取收回頁面的臨界值,讓未快取的頁面有空間。 當快取中的頁面緩衝區數目高於此臨界值時,就會停止啟動啟動補充可用緩衝區集區的背景進程。 此臨界值一律與JET_paramCacheSizeMax所設定的快取大小上限相對。 此閾值也必須一律大於JET_paramStartFlushThreshold所設定的起始閾值。 啟動臨界值與停止臨界值之間的距離會影響背景進程排清資料庫頁面的效率。 較大的間距會使寫入鄰近頁面的可能比較可能合併。 不過,高停止閾值會減少資料庫頁面快取的有效大小。

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

Syntax

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

value = SystemParameters.StopFlushThreshold

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

屬性值

類型: System.Int32

另請參閱

參考

SystemParameters 類別

SystemParameters 成員

Microsoft.Isam.Esent.Interop 命名空間