SystemParameters.DatabasePageSize 属性

获取或设置数据库页的大小(以字节为单位)。

Namespace:Microsoft.Isam.Esent.Interop
装配: Microsoft.Isam.Esent.Interop.dll) 中的 Microsoft.Isam.Esent.Interop (

语法

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

value = SystemParameters.DatabasePageSize

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

属性值

类型: System.Int32

请参阅

参考

SystemParameters 类

SystemParameters 成员

Microsoft.Isam.Esent.Interop 命名空间