SqlVerifyAction Enumeration
The SqlVerifyAction enumeration contains values that are used to specify the type of backup verification.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
| Member name | Description | |
|---|---|---|
| VerifyDatabase | Value = 0. Verifies the latest database backup. | |
| VerifyFile | Value = 2. Verifies the latest file or filegroup backup. | |
| VerifyIncremental | Value = 3. Verifies the latest incremental backup. | |
| VerifyLog | Value = 1. Verifies the latest log backup. |
The SqlVerifyAction enumeration class is served by the SqlVerifyLatest method.
Show: