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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULCreateParms class

 

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.

See also