Condividi tramite


Classe DatabaseRestorePlanner

Represents the Database Restore Planner.

Gerarchia di ereditarietà

System.Object
  Microsoft.SqlServer.Management.Smo.DatabaseRestorePlanner

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public NotInheritable Class DatabaseRestorePlanner
'Utilizzo
Dim instance As DatabaseRestorePlanner
public sealed class DatabaseRestorePlanner
public ref class DatabaseRestorePlanner sealed
[<SealedAttribute>]
type DatabaseRestorePlanner =  class end
public final class DatabaseRestorePlanner

Nel tipo DatabaseRestorePlanner sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico DatabaseRestorePlanner(Server) Initializes a new instance of the DatabaseRestorePlanner class with specified server.
Metodo pubblico DatabaseRestorePlanner(Server, String) Initializes a new instance of the DatabaseRestorePlanner class with specified server and database name.
Metodo pubblico DatabaseRestorePlanner(Server, String, DateTime, String) Initializes a new instance of the DatabaseRestorePlanner class with specified server, database name, point in time and recovery file.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica BackupMediaList Gets the backup device item list.
Proprietà pubblica BackupTailLog Gets or sets a value indicating whether to backup tail log.
Proprietà pubblica DatabaseName Gets or sets the database name.
Proprietà pubblica ReadHeaderFromMedia Gets or sets a value indicating whether read header from devices.
Proprietà pubblica RestoreToLastBackup Gets or sets a value indicating whether restore to last backup.
Proprietà pubblica RestoreToPointInTime Gets or sets the restore to point in time.
Proprietà pubblica Server Gets or sets the server.
Proprietà pubblica TailLogBackupFile Gets or sets the tail log backup file.
Proprietà pubblica TailLogWithNoRecovery Gets or sets whether the database restore planner tails log without using recovery.

In alto

Metodi

  Nome Descrizione
Metodo pubblico CreateRestorePlan() Creates the restore plan.
Metodo pubblico CreateRestorePlan(RestoreOptions) Creates the restore plan with restore options.
Metodo pubblico Equals Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo pubblico 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.

Vedere anche

Riferimento

Spazio dei nomi Microsoft.SqlServer.Management.Smo