Enumeração PageVerify
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 (em Microsoft.SqlServer.SqlEnum.dll)
Sintaxe
'Declaração
Public Enumeration PageVerify
'Uso
Dim instance As PageVerify
public enum PageVerify
public enum class PageVerify
type PageVerify
public enum PageVerify
Membros
Nome do membro | Descrição | |
---|---|---|
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. |
Comentários
The PageVerify enumeration class is served by the PageVerify property.