PageVerify 열거형
The PageVerify enumeration contains constant values that specify the automatic page verification options for a database.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
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. |