Classe PageRestorePlanner
Represents the page restore planner.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Management.Smo.PageRestorePlanner
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Sintassi
'Dichiarazione
Public NotInheritable Class PageRestorePlanner
'Utilizzo
Dim instance As PageRestorePlanner
public sealed class PageRestorePlanner
public ref class PageRestorePlanner sealed
[<SealedAttribute>]
type PageRestorePlanner = class end
public final class PageRestorePlanner
Nel tipo PageRestorePlanner sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
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. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Database | Gets or sets the database. | |
SuspectPages | Gets or sets the suspect pages. | |
TailLogBackupFile | Gets or sets the tail log backup file. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CreateRestorePlan | Creates the restore plan. | |
Equals | Ereditato da Object. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.