PageVerify Enumeration
The PageVerify enumeration contains constant values that specify the automatic page verification options for a database.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)
Syntax
'Bildirim
Public Enumeration PageVerify
public enum PageVerify
public enum class PageVerify
public enum PageVerify
public enum PageVerify
Members
Member name | Description |
---|---|
Checksum | Performs an automatic checksum on data in the database. |
None | There is no automatic verification of data in the database. |
TornPageDetection | Performs an automatic torn-page detection of the data in the database. |
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.