Share via


RestorePlan.Verify Method

Verifies the restore plan.

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

Syntax

'Declaration
Public Sub Verify ( _
    checkBackupMediaIntegrity As Boolean _
)
'Usage
Dim instance As RestorePlan 
Dim checkBackupMediaIntegrity As Boolean

instance.Verify(checkBackupMediaIntegrity)
public void Verify(
    bool checkBackupMediaIntegrity
)
public:
void Verify(
    bool checkBackupMediaIntegrity
)
member Verify : 
        checkBackupMediaIntegrity:bool -> unit
public function Verify(
    checkBackupMediaIntegrity : boolean
)

Parameters

  • checkBackupMediaIntegrity
    Type: System.Boolean
    True if check backup media integrity; otherwise, false.

See Also

Reference

RestorePlan Class

Microsoft.SqlServer.Management.Smo Namespace