Expand Minimize
This topic has not yet been rated - Rate this topic

SqlVerifyAction Enumeration

The SqlVerifyAction enumeration contains values that are used to specify the type of backup verification.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
public enum SqlVerifyAction
Member nameDescription
VerifyDatabaseValue = 0. Verifies the latest database backup.
VerifyLogValue = 1. Verifies the latest log backup.
VerifyFileValue = 2. Verifies the latest file or filegroup backup.
VerifyIncrementalValue = 3. Verifies the latest incremental backup.

The SqlVerifyAction enumeration class is served by the SqlVerifyLatest method.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.