Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the page restore planner.
Inheritance Hierarchy
System.Object
Microsoft.SqlServer.Management.Smo.PageRestorePlanner
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public NotInheritable Class PageRestorePlanner
'Usage
Dim instance As PageRestorePlanner
public sealed class PageRestorePlanner
public ref class PageRestorePlanner sealed
[<SealedAttribute>]
type PageRestorePlanner = class end
public final class PageRestorePlanner
The PageRestorePlanner type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
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. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Database | Gets or sets the database. |
![]() |
SuspectPages | Gets or sets the suspect pages. |
![]() |
TailLogBackupFile | Gets or sets the tail log backup file. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateRestorePlan | Creates the restore plan. |
![]() |
Equals | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.