PageVerify Enumeration

The PageVerify enumeration contains constant values that specify the automatic page verification options for a database.

命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (in microsoft.sqlserver.sqlenum.dll)

語法

'宣告
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.

備註

The PageVerify enumeration class is served by the PageVerify property.

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Management.Smo Namespace