RestorePlan.Verify Method
Verifies the restore plan.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Bildirim
Public Sub Verify ( _
checkBackupMediaIntegrity As Boolean _
)
'Kullanım
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.