Restore Class
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public sealed class Restore : Microsoft.SqlServer.Management.Smo.BackupRestoreBase
type Restore = class
inherit BackupRestoreBase
Public NotInheritable Class Restore
Inherits BackupRestoreBase
- Inheritance
Restore() | |
Restore(String, Backup |
Creates a Restore object |
current |
(Inherited from BackupRestoreBase) |
m_Backup |
(Inherited from BackupRestoreBase) |
m_Log |
(Inherited from BackupRestoreBase) |
m_Restore |
(Inherited from BackupRestoreBase) |
Verify |
An event raised at the end of SqlVerify operation. It indicates if verification succeeded or not. |
Abort() |
Aborts the current action, if any (Inherited from BackupRestoreBase) |
Check |
If invoked from Maintenance plan Check if HADR is enabled (Inherited from BackupRestoreBase) |
Clear |
|
Execute |
(Inherited from BackupRestoreBase) |
Execute |
(Inherited from BackupRestoreBase) |
Execute |
(Inherited from BackupRestoreBase) |
Get |
(Inherited from BackupRestoreBase) |
Is |
(Inherited from BackupRestoreBase) |
Read |
|
Read |
|
Read |
|
Read |
|
Script(Server) | |
Set |
Obsolete.
(Inherited from BackupRestoreBase)
|
Set |
Obsolete.
(Inherited from BackupRestoreBase)
|
Set |
(Inherited from BackupRestoreBase) |
Set |
(Inherited from BackupRestoreBase) |
Sql |
Runs Restore operation in a synchronous way, i.e. the call blocks until verification is completed. |
Sql |
Runs Restore operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background. |
Sql |
Runs Verify operation in a synchronous way, i.e. the call blocks until verification is completed. |
Sql |
Runs Verify operation in a synchronous way, i.e. the call blocks until verification is completed. |
Sql |
Runs Verify operation in a synchronous way, i.e. the call blocks until verification is completed. |
Sql |
Runs Verify operation in a synchronous way, i.e. the call blocks until verification is completed. |
Sql |
Runs Verify operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background. |
Sql |
Runs Verify operation in an asynchronous way, i.e. the call returns immediately and verify operation continues in background. |
Sql |
Performs a verify on the last backup recorded in the backup history. FileNumber will be ignored, as the latest file number will be automatically determined. |
Sql |
Performs a verify on the last backup recorded in the backup history. FileNumber will be ignored, as the latest file number will be automatically determined. |
Sql |
Performs a verify on the last backup recorded in the backup history. FileNumber will be ignored, as the latest file number will be automatically determined. |
Sql |
Performs a verify on the last backup recorded in the backup history. FileNumber will be ignored, as the latest file number will be automatically determined. |
Wait() |
Waits for the current asynchronous action to complete. (Inherited from BackupRestoreBase) |
Complete |
Complete event (Inherited from BackupRestoreBase) |
Information |
Information event (Inherited from BackupRestoreBase) |
Next |
NextMedia event (Inherited from BackupRestoreBase) |
Percent |
PercentComplete event (Inherited from BackupRestoreBase) |