Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.