Класс RestorePlan
Represents a sequence of Database Restore operations which will recover a database to a particular state in a point in time.
Иерархия наследования
System.Object
Microsoft.SqlServer.Management.Smo.RestorePlan
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.SmoExtended (в Microsoft.SqlServer.SmoExtended.dll)
Синтаксис
'Декларация
Public Class RestorePlan
'Применение
Dim instance As RestorePlan
public class RestorePlan
public ref class RestorePlan
type RestorePlan = class end
public class RestorePlan
Тип RestorePlan обеспечивает доступ к следующим элементам.
Конструкторы
Имя | Описание | |
---|---|---|
![]() |
RestorePlan(Database) | Initializes a new instance of the RestorePlan class with specified database. |
![]() |
RestorePlan(Server) | Initializes a new instance of the RestorePlan class with specified server. |
![]() |
RestorePlan(Server, String) | Initializes a new instance of the RestorePlan class with specified server and database name. |
В начало
Свойства
Имя | Описание | |
---|---|---|
![]() |
AsyncStatus | Gets the status of most recent asynchronous operation including possible errors. |
![]() |
CloseExistingConnections | Gets or sets a value indicating whether to close existing connections. |
![]() |
DatabaseName | Gets or sets the name of the database. |
![]() |
RestoreAction | Gets and sets the type of the Restore action: Database,File,Log,Page. |
![]() |
RestoreOperations | Gets or sets the restore operations. |
![]() |
Server | Gets or sets the erver where the Restore plan executes. |
![]() |
TailLogBackupOperation | Gets or sets the tail log backup operation. |
В начало
Методы
Имя | Описание | |
---|---|---|
![]() |
AddRestoreOperation(BackupSet) | Adds the restore operation with specified backup set to be restored. |
![]() |
AddRestoreOperation(List<BackupSet>) | Adds the restore operations with specified backup sets.. |
![]() |
Equals | (Производный от Object.) |
![]() |
Execute | Verifies and executes the Restore Plan. |
![]() |
ExecuteAsync | Verifies and executes the Restore Plan async. |
![]() |
Finalize | (Производный от Object.) |
![]() |
GetHashCode | (Производный от Object.) |
![]() |
GetType | (Производный от Object.) |
![]() |
MemberwiseClone | (Производный от Object.) |
![]() |
Script | Verifies the Restore plan and scripts the operation. |
![]() |
SetRestoreOptions | Sets the restore options. |
![]() |
ToString | (Производный от Object.) |
![]() |
Verify | Verifies the restore plan. |
В начало
События
Имя | Описание | |
---|---|---|
![]() |
Complete | Occurs when the restore plan is completed. |
![]() |
Information | Occurs when the server sends information. |
![]() |
NextMedia | Occurs when the next media needs to be loaded. |
![]() |
NextRestore | Occurs when the next restore occurs. |
![]() |
PercentComplete | Occurs when the server sends percent complete information. |
В начало
Безопасность многопоточности
Любые открытые статический (Shared в Visual Basic) элементы этого типа потокобезопасны. Потокобезопасность с элементами экземпляров не гарантируется.