Specifies the level of database page checksums enabled for the new database.
Visual Basic
Public Property ChecksumLevel As Integer
C#
public int ChecksumLevel {get;set;}
An integer specifying the checksum level. Valid values are 0, 1, and 2. The default is 0.
ArgumentException - The value is invalid.