Restore Methods
SQL Server 2005
(see also
Protected
Methods
)
| Name | Description | |
|---|---|---|
| Abort |
Terminates a running backup or restore operation.
(inherited from
BackupRestoreBase
)
|
| ClearSuspectPageTable |
Deletes entries in the suspect page table.
|
| Equals | Overloaded. (inherited from Object ) |
| GetHashCode | (inherited from Object ) |
| GetType | (inherited from Object ) |
| ReadBackupHeader |
Reads the backup header and returns information about the media contents.
|
| ReadFileList |
Returns the list of database files on the targeted media.
|
| ReadMediaHeader |
Reads the media header and returns the media header values.
|
| ReadSuspectPageTable |
Returns the suspect page table for the targeted Microsoft SQL Server instance.
|
| ReferenceEquals | (inherited from Object ) |
| Script |
Generates a Transact-SQL script that can be used to re-create the restore operation.
|
| SetMediaPassword | Overloaded. (inherited from BackupRestoreBase ) |
| SetPassword | Overloaded. (inherited from BackupRestoreBase ) |
| SqlRestore |
Performs a restore operation.
|
| SqlRestoreAsync |
Performs a restore operation asynchronously.
|
| SqlVerify |
Overloaded.
Checks the media on the Microsoft SQL Server instance represented by the specified Server object.
|
| SqlVerifyAsync |
Overloaded.
Checks the media on the Microsoft SQL Server instance represented by the specified Server object asynchronously.
|
| SqlVerifyLatest |
Overloaded.
Verifies the most recent backup but does not restore it, and checks to see that the backup set is complete and the entire backup is readable.
|
| ToString | (inherited from Object ) |
| Wait |
Waits for the current backup or restore operation to complete before moving on to the next process.
(inherited from
BackupRestoreBase
)
|
| Name | Description | |
|---|---|---|
| ExecuteSql | (inherited from BackupRestoreBase ) |
| ExecuteSqlAsync | (inherited from BackupRestoreBase ) |
| ExecuteSqlWithResults | (inherited from BackupRestoreBase ) |
| Finalize | (inherited from Object ) |
| GetDevicesScript | (inherited from BackupRestoreBase ) |
| IsStringValid | (inherited from BackupRestoreBase ) |
| MemberwiseClone | (inherited from Object ) |
