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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULCreateParms class

CaseSensitive property Next Page

ChecksumLevel property


Specifies the level of database page checksums enabled for the new database.

Syntax

Visual Basic

Public Property ChecksumLevel As Integer

C#

public int ChecksumLevel {get;set;}

Property value

An integer specifying the checksum level. Valid values are 0, 1, and 2. The default is 0.

Exceptions