指定新数据库的页大小(以字节或千字节为单位)。
Visual Basic Public Property PageSize As Integer
C# public int PageSize { get; set; }
指定页面大小(以字节为单位)的整数。有效值为 1024 (1K)、2048 (2K)、4096 (4K)、8192 (8K)、16384 (16K)。缺省值为 4096。
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |