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.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间