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) 成员都是线程安全的。不保证所有实例成员都是线程安全的。