RestorePlan.Verify(Boolean) Method

Definition

Verifies the restore plan. InvalidRestorePlanException is thrown when verification fails. Supported only for SQL Server 2005 or later.

public void Verify (bool checkBackupMediaIntegrity);
member this.Verify : bool -> unit
Public Sub Verify (checkBackupMediaIntegrity As Boolean)

Parameters

checkBackupMediaIntegrity
Boolean

if set to true [check backup media integrity].

Applies to