PageRestorePlanner 类

Represents the page restore planner.

继承层次结构

System.Object
  Microsoft.SqlServer.Management.Smo.PageRestorePlanner

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)

语法

声明
Public NotInheritable Class PageRestorePlanner
用法
Dim instance As PageRestorePlanner
public sealed class PageRestorePlanner
public ref class PageRestorePlanner sealed
[<SealedAttribute>]
type PageRestorePlanner =  class end
public final class PageRestorePlanner

PageRestorePlanner 类型公开以下成员。

构造函数

  名称 说明
公共方法 PageRestorePlanner(Database) Initializes a new instance of the PageRestorePlanner class with specified database.
公共方法 PageRestorePlanner(Database, String) Initializes a new instance of the PageRestorePlanner class with specified database and tail log backup file.

页首

属性

  名称 说明
公共属性 Database Gets or sets the database.
公共属性 SuspectPages Gets or sets the suspect pages.
公共属性 TailLogBackupFile Gets or sets the tail log backup file.

页首

方法

  名称 说明
公共方法 CreateRestorePlan Creates the restore plan.
公共方法 Equals (从 Object 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法 GetType (从 Object 继承。)
公共方法 ToString (从 Object 继承。)

页首

线程安全

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

请参阅

参考

Microsoft.SqlServer.Management.Smo 命名空间