Restore 类
The Restore object provides programmatic access to restore operations.
继承层次结构
System. . :: . .Object
Microsoft.SqlServer.Management.Smo. . :: . .BackupRestoreBase
Microsoft.SqlServer.Management.Smo..::..Restore
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public NotInheritable Class Restore _
Inherits BackupRestoreBase
用法
Dim instance As Restore
public sealed class Restore : BackupRestoreBase
public ref class Restore sealed : public BackupRestoreBase
[<SealedAttribute>]
type Restore =
class
inherit BackupRestoreBase
end
public final class Restore extends BackupRestoreBase
Restore 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
Action | Gets or sets the type of restore to be performed. | |
AsyncStatus | Gets the asynchronous status of a backup or restore process. (从 BackupRestoreBase 继承。) | |
BlockSize | Gets or sets the physical block size of the backup or restore, in bytes. (从 BackupRestoreBase 继承。) | |
BufferCount | Gets or sets the total number of I/O buffers to be used for the backup or restore operation. (从 BackupRestoreBase 继承。) | |
Checksum | Gets or sets a Boolean property value that determines whether a checksum value is calculated during backup or restore operations. (从 BackupRestoreBase 继承。) | |
ClearSuspectPageTableAfterRestore | Gets or sets a Boolean value that determines whether entries in the suspect page table will be deleted following the restore operation. | |
ContinueAfterError | Gets or sets a Boolean property value that determines whether the backup or restore continues after a checksum error occurs. (从 BackupRestoreBase 继承。) | |
Database | Gets or sets the database on which the backup or restore operation runs. (从 BackupRestoreBase 继承。) | |
DatabaseFileGroups | Gets the SQL Server file groups targeted by the backup or restore operation. (从 BackupRestoreBase 继承。) | |
DatabaseFiles | Gets the operating system files targeted by the backup or restore operation. (从 BackupRestoreBase 继承。) | |
Devices | Gets the backup devices specified for the backup or restore operation. (从 BackupRestoreBase 继承。) | |
FileNumber | Gets or sets the index number used to identify the targeted backup set on the backup medium. | |
KeepReplication | Gets or sets a Boolean property value that specifies whether to maintain a replication configuration during a restore operation. | |
MaxTransferSize | Gets or sets the maximum number of bytes to be transferred between the backup media and the instance of SQL Server. (从 BackupRestoreBase 继承。) | |
MediaName | Gets or sets the name used to identify a particular media set. (从 BackupRestoreBase 继承。) | |
NoRecovery | Gets or sets a Boolean property value that determines whether the tail of the log is backed up and whether the database is restored into the Restoring state. (从 BackupRestoreBase 继承。) | |
NoRewind | Gets or sets a Boolean property value that determines whether Microsoft SQL Server will keep the tape open after the backup or restore operation. (从 BackupRestoreBase 继承。) | |
Offset | Gets or sets the array of page addresses to be restored. | |
Partial | Gets or sets a Boolean property value that specifies whether a partial or full restore operation will be performed. | |
PercentCompleteNotification | Gets or sets the percentage interval for PercentCompleteEventHandler event handler calls. (从 BackupRestoreBase 继承。) | |
RelocateFiles | Gets or sets the array of database logical file names and operating system physical file names used to redirect database storage when a database is restored to a new physical location. | |
ReplaceDatabase | Gets or sets a Boolean value that specifies whether a restore operation creates a new image of the restored database. | |
Restart | Gets or sets a Boolean property value that determines whether the backup or restore operation will restart if it is interrupted. (从 BackupRestoreBase 继承。) | |
RestrictedUser | Gets or sets a Boolean property value that specifies whether access to the restored database is restricted to members of the db_owner fixed database role and the dbcreator and sysadmin fixed server roles. | |
StandbyFile | Gets or sets the name of an undo file that is used as part of the imaging strategy for an instance of SQL Server. | |
StopAtMarkAfterDate | Gets or sets the date to be used in conjunction with the mark name specified by StopAtMarkName to determine the stopping point of the recovery operation. | |
StopAtMarkName | Gets or sets the mark name to be used in conjunction with the date specified by StopAtMarkAfterDate to determine the stopping point of the recovery operation. | |
StopBeforeMarkAfterDate | Gets or sets the date to be used in conjunction with the mark name specified by StopBeforeMarkName to determine the stopping point of the recovery operation. | |
StopBeforeMarkName | Gets or sets the mark name to be used in conjunction with the date specified by StopBeforeMarkAfterDate to determine the stopping point of the recovery operation. | |
ToPointInTime | Gets or sets the endpoint for database log restoration. | |
UnloadTapeAfter | Gets or sets a Boolean property value that determines whether tape media are rewound and unloaded after the backup or restore operation completes. (从 BackupRestoreBase 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Abort | Terminates a running backup or restore operation. (从 BackupRestoreBase 继承。) | |
ClearSuspectPageTable | Deletes entries in the suspect page table. | |
Equals | (从 Object 继承。) | |
ExecuteSql | Executes a batch of Transact-SQL statements that does not expect a returned results set on the specified instance of SQL Server. (从 BackupRestoreBase 继承。) | |
ExecuteSqlAsync | Executes a batch of Transact-SQL statements asynchronously that does not expect a returned results set on the specified instance of SQL Server. (从 BackupRestoreBase 继承。) | |
ExecuteSqlWithResults | Executes a batch of Transact-SQL statements that expects one or more returned results sets on the specified instance of SQL Server. (从 BackupRestoreBase 继承。) | |
Finalize | (从 Object 继承。) | |
GetDevicesScript | (从 BackupRestoreBase 继承。) | |
GetHashCode | (从 Object 继承。) | |
GetType | (从 Object 继承。) | |
IsStringValid | Verifies whether the specified string is valid. (从 BackupRestoreBase 继承。) | |
MemberwiseClone | (从 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 instance of SQL Server. | |
Script | Generates a Transact-SQL script that can be used to re-create the restore operation. | |
SetMediaPassword(SecureString) | Sets the password for a media set. (从 BackupRestoreBase 继承。) | |
SetMediaPassword(String) | Sets the password for a media set. (从 BackupRestoreBase 继承。) | |
SetPassword(SecureString) | Sets the password for a backup set. (从 BackupRestoreBase 继承。) | |
SetPassword(String) | Sets the password for a backup set. (从 BackupRestoreBase 继承。) | |
SqlRestore | Performs a restore operation. | |
SqlRestoreAsync | Performs a restore operation asynchronously. | |
SqlVerify(Server) | Checks the media on the instance of SQL Server that is represented by the specified Server object. | |
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. | |
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. | |
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. | |
SqlVerifyAsync(Server) | Checks the media on the instance of SQL Server that is represented by the specified Server object asynchronously. | |
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. | |
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. | |
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. | |
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. | |
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. | |
ToString | (从 Object 继承。) | |
Wait | Waits for the current backup or restore operation to complete before moving on to the next process. (从 BackupRestoreBase 继承。) |
页首
事件
名称 | 说明 | |
---|---|---|
Complete | Occurs when the backup or restore operation completes. (从 BackupRestoreBase 继承。) | |
Information | Occurs when any informational message is issued by Microsoft SQL Server that cannot be handled by the Complete NextMedia or PercentComplete events. (从 BackupRestoreBase 继承。) | |
NextMedia | Occurs when the backup or restore operation exhausts the medium in a target device. (从 BackupRestoreBase 继承。) | |
PercentComplete | Occurs when a backup or restore operation reaches a completion unit. (从 BackupRestoreBase 继承。) |
页首
字段
名称 | 说明 | |
---|---|---|
currentAsyncOperation | (从 BackupRestoreBase 继承。) | |
m_BackupAction | (从 BackupRestoreBase 继承。) | |
m_LogTruncation | (从 BackupRestoreBase 继承。) | |
m_RestoreAction | (从 BackupRestoreBase 继承。) | |
VerifyComplete | Specifies the VerifyCompleteEventHandler. |
页首
注释
By using a Restore object you can do the following:
Restore all or part of a database.
Restore backup images of transaction log records.
Verify the integrity of backup media.
Report the contents of backup media.
Monitor a restore operation, reporting status to the user.
SQL Server can write a backup to one of four media types: disk, tape, named pipe, or a backup device. SQL Server supports backup striping. A striped backup is one directed to more than a single device. Striping is supported to a single media type only. That is, a backup can be written to two tape devices. Half of a backup cannot be written to a tape device and the other half to a disk.
At a minimum, supply values for a restore source when using a Restore object. Use one media type property to specify the restore operation source.
Setting other properties in the Restore object may be required by the restore operation desired.
Thread Safety
此类型的任何公共静态(Microsoft Visual Basic 中的 Shared)成员在多线程操作中是安全的。 不保证所有实例成员都对于线程安全的。
To get Restore object properties, users can be a member of the public fixed server role.
To set Restore object properties, users must have CREATE DATABASE permission on the server, or be a member of sysadmin or dbcreator fixed server roles, or be a member of db_owner fixed database role.
To perform a restore operation, users must have CREATE DATABASE permission on the server, or be a member of sysadmin or dbcreator fixed server roles. If the database already exists, then members of the db_owner fixed database role can also perform a restore operation.
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。