더 많은 데이터를 수용하기 위해 확장해야 할 때마다 데이터베이스 파일에 추가되는 페이지 수를 가져오거나 설정합니다.
네임스페이스:Microsoft.Isam.Esent.Interop
어셈블리: Microsoft.Isam.Esent.Interop(Microsoft.Isam.Esent.Interop.dll)
구문
'Declaration
Public Property DbExtensionSize As Integer
Get
Set
'Usage
Dim instance As InstanceParameters
Dim value As Integer
value = instance.DbExtensionSize
instance.DbExtensionSize = value
public int DbExtensionSize { get; set; }
속성 값
형식: System.Int32