다음을 통해 공유


SystemParameters.CacheSize 속성

페이지의 데이터베이스 캐시 크기를 가져오거나 설정합니다. 기본적으로 데이터베이스 캐시는 크기를 자동으로 조정합니다. 이 속성을 0이 아닌 값으로 설정하면 캐시가 대상 크기로 조정됩니다.

네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)

구문

'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 네임스페이스