Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (中文) » UltraLite - .NET 编程 » UltraLite .NET 2.0 API 参考 » ULCreateParms 类

 

PageSize 属性

指定新数据库的页大小(以字节或千字节为单位)。

语法
Visual Basic
Public Property PageSize As Integer
C#
public int PageSize { get; set; }
属性值

指定页面大小(以字节为单位)的整数。有效值为 1024 (1K)、2048 (2K)、4096 (4K)、8192 (8K)、16384 (16K)。缺省值为 4096。

另请参见