Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.