RestorePlan.Verify Method (Boolean)

 

Applies To: SQL Server 2016 Preview

Verifies the restore plan.

Namespace:   Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Syntax

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

Parameters

  • checkBackupMediaIntegrity
    Type: System.Boolean

    True if check backup media integrity; otherwise, false.

See Also

RestorePlan Class
Microsoft.SqlServer.Management.Smo Namespace

Return to top