PageRestorePlanner Class

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
Public method PageRestorePlanner(Database) Initializes a new instance of the PageRestorePlanner class with specified database.
Public method PageRestorePlanner(Database, String) Initializes a new instance of the PageRestorePlanner class with specified database and tail log backup file.

Top

Properties

  Name Description
Public property Database Gets or sets the database.
Public property SuspectPages Gets or sets the suspect pages.
Public property TailLogBackupFile Gets or sets the tail log backup file.

Top

Methods

  Name Description
Public method CreateRestorePlan Creates the restore plan.
Public method Equals (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.SqlServer.Management.Smo Namespace