Поделиться через


Элементы Restore

The Restore object provides programmatic access to restore operations.

Тип Restore предоставляет доступ к следующим элементам.

Конструкторы

  Имя Описание
Открытый метод Restore Initializes a new instance of the Restore class.

В начало

Методы

  Имя Описание
Открытый метод 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.)

В начало

Поля

  Имя Описание
Защищенное поле currentAsyncOperation (Наследуется из BackupRestoreBase.)
Защищенное поле m_BackupAction (Наследуется из BackupRestoreBase.)
Защищенное поле m_LogTruncation (Наследуется из BackupRestoreBase.)
Защищенное поле m_RestoreAction (Наследуется из BackupRestoreBase.)
Открытое поле VerifyComplete Specifies the VerifyCompleteEventHandler.

В начало

Свойства

  Имя Описание
Открытое свойство 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.)

В начало

События

  Имя Описание
Открытое событие 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.)

В начало