Compartir a través de


Clase DatabaseRestorePlanner

Represents the Database Restore Planner.

Jerarquía de herencia

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
Public NotInheritable Class DatabaseRestorePlanner
'Uso
Dim instance As DatabaseRestorePlanner
public sealed class DatabaseRestorePlanner
public ref class DatabaseRestorePlanner sealed
[<SealedAttribute>]
type DatabaseRestorePlanner =  class end
public final class DatabaseRestorePlanner

El tipo DatabaseRestorePlanner expone los siguientes miembros.

Constructores

  Nombre Descripción
Método público DatabaseRestorePlanner(Server) Initializes a new instance of the DatabaseRestorePlanner class with specified server.
Método público DatabaseRestorePlanner(Server, String) Initializes a new instance of the DatabaseRestorePlanner class with specified server and database name.
Método público DatabaseRestorePlanner(Server, String, DateTime, String) Initializes a new instance of the DatabaseRestorePlanner class with specified server, database name, point in time and recovery file.

Arriba

Propiedades

  Nombre Descripción
Propiedad pública BackupMediaList Gets the backup device item list.
Propiedad pública BackupTailLog Gets or sets a value indicating whether to backup tail log.
Propiedad pública DatabaseName Gets or sets the database name.
Propiedad pública ReadHeaderFromMedia Gets or sets a value indicating whether read header from devices.
Propiedad pública RestoreToLastBackup Gets or sets a value indicating whether restore to last backup.
Propiedad pública RestoreToPointInTime Gets or sets the restore to point in time.
Propiedad pública Server Gets or sets the server.
Propiedad pública TailLogBackupFile Gets or sets the tail log backup file.
Propiedad pública TailLogWithNoRecovery Gets or sets whether the database restore planner tails log without using recovery.

Arriba

Métodos

  Nombre Descripción
Método público CreateRestorePlan() Creates the restore plan.
Método público CreateRestorePlan(RestoreOptions) Creates the restore plan with restore options.
Método público Equals (Se hereda de Object.)
Método público GetHashCode (Se hereda de Object.)
Método público GetType (Se hereda de Object.)
Método público ToString (Se hereda de Object.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo