次の方法で共有


SystemParameters.CacheSizeMax プロパティ

データベース ページ キャッシュの最大サイズを取得または設定します。 サイズはデータベース ページにあります。 このパラメーターを既定値のままにすると、JetInit が呼び出されたときにキャッシュの最大サイズが物理メモリのサイズに設定されます。

Namespace:Microsoft.Isam.Esent.Interop
アセンブリ: Microsoft.Isam.Esent.Interop (Microsoft.Isam.Esent.Interop.dll)

構文

'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 名前空間