Метод RestorePlan.Verify
Verifies the restore plan.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Sub Verify ( _
checkBackupMediaIntegrity As Boolean _
)
'Применение
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
)
Параметры
- checkBackupMediaIntegrity
Тип: System.Boolean
True if check backup media integrity; otherwise, false.