PageRestorePlanner Class
Represents the page restore planner.
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
| 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. |
| Name | Description | |
|---|---|---|
![]() | Database | Gets or sets the database. |
![]() | SuspectPages | Gets or sets the suspect pages. |
![]() | TailLogBackupFile | Gets or sets the tail log backup file. |
| Name | Description | |
|---|---|---|
![]() | CreateRestorePlan() | Creates the restore plan. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:

