Gets or sets a value indicating whether to perform additional checks on database b-tree pages as they are initially read from disk.
'Declaration
Public Property CellSizeCheck As Boolean
public bool CellSizeCheck {get; set;}
Property Value
If
true, additional checks are performed; otherwise, they are not. By default,
false.