|
| Name | Description |
|---|
.gif) | Abort | Terminates a running backup or restore operation. (Inherited from BackupRestoreBase.) |
.gif) | ClearSuspectPageTable | Deletes entries in the suspect page table. |
.gif) | Equals | (Inherited from Object.) |
.gif) | ExecuteSql | Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server. (Inherited from BackupRestoreBase.) |
.gif) | ExecuteSqlAsync | Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server. (Inherited from BackupRestoreBase.) |
.gif) | ExecuteSqlWithResults | Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server. (Inherited from BackupRestoreBase.) |
.gif) | Finalize | (Inherited from Object.) |
.gif) | GetDevicesScript | Gets the script that is used to create devices. (Inherited from BackupRestoreBase.) |
.gif) | GetHashCode | (Inherited from Object.) |
.gif) | GetType | (Inherited from Object.) |
.gif) | IsStringValid | Verifies whether the specified string is valid. (Inherited from BackupRestoreBase.) |
.gif) | MemberwiseClone | (Inherited from Object.) |
.gif) | ReadBackupHeader | Reads the backup header and returns information about the media contents. |
.gif) | ReadFileList | Returns the list of database files on the targeted media. |
.gif) | ReadMediaHeader | Reads the media header and returns the media header values. |
.gif) | ReadSuspectPageTable | Returns the suspect page table for the targeted instance of SQL Server. |
.gif) | Script | Generates a Transact-SQL script that can be used to re-create the restore operation. |
.gif) | SetMediaPassword(SecureString) | Obsolete. Sets the password for a media set. (Inherited from BackupRestoreBase.) |
.gif) | SetMediaPassword(String) | Obsolete. Sets the password for a media set. (Inherited from BackupRestoreBase.) |
.gif) | SetPassword(SecureString) | Sets the password for a backup set. (Inherited from BackupRestoreBase.) |
.gif) | SetPassword(String) | Sets the password for a backup set. (Inherited from BackupRestoreBase.) |
.gif) | SqlRestore | Performs a restore operation on the specified server. |
.gif) | SqlRestoreAsync | Performs a restore operation asynchronously. |
.gif) | SqlVerify(Server) | Checks the media on the instance of SQL Server that is represented by the specified Server object. |
.gif) | SqlVerify(Server, Boolean) | Checks the media on instance of SQL Server that is represented by the specified Server object and loads backup history information into the history tables. |
.gif) | SqlVerify(Server, String%) | Checks the media on the instance of SQL Server that is represented by the specified Server object and returns an error message. |
.gif) | SqlVerify(Server, Boolean, String%) | Checks the media on the instance of SQL Server that is represented by the specified Server object, loads backup history information into the history tables, and returns an error message. |
.gif) | SqlVerifyAsync(Server) | Checks the media on the instance of SQL Server that is represented by the specified Server object asynchronously. |
.gif) | SqlVerifyAsync(Server, Boolean) | Checks the media on the instance of SQL Server that is represented by the specified Server object asynchronously and loads backup history information into the history tables. |
.gif) | SqlVerifyLatest(Server) | 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. |
.gif) | SqlVerifyLatest(Server, SqlVerifyAction) | Verifies the most recent backup with the specified action, and checks to see that the backup set is complete and the entire backup is readable. |
.gif) | SqlVerifyLatest(Server, String%) | Verifies the most recent backup but does not restore it, checks to see that the backup set is complete and the entire backup is readable, and returns an error message. |
.gif) | SqlVerifyLatest(Server, SqlVerifyAction, String%) | Verifies the most recent backup with the specified action, checks to see that the backup set is complete and the entire backup is readable, and returns an error message. |
.gif) | ToString | (Inherited from Object.) |
.gif) | Wait | Waits for the current backup or restore operation to complete before moving on to the next process. (Inherited from BackupRestoreBase.) |