Specifies the page size of the new database, in bytes or kilobytes.
Visual Basic
Public Property PageSize As Integer
C#
public int PageSize { get; set; }
An integer specifying the page size in bytes. Valid values are 1024 (1K), 2048 (2K), 4096 (4K), 8192 (8K), 16384 (16K). The default is 4096.