Share via


PageVerify 列舉

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)

語法

'宣告
Public Enumeration PageVerify
'用途
Dim instance As PageVerify
public enum PageVerify
public enum class PageVerify
type PageVerify
public enum PageVerify

成員

成員名稱 說明
None There is no automatic verification of data in the database.
TornPageDetection Performs an automatic torn-page detection of the data in the database.
Checksum Performs an automatic checksum on data in the database.

備註

The PageVerify enumeration class is served by the PageVerify property.