Compartilhar via


Classe DatabaseRestorePlanner

Represents the Database Restore Planner.

Hierarquia de herança

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
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

O tipo DatabaseRestorePlanner expõe os membros a seguir.

Construtores

  Nome Descrição
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.

Início

Propriedades

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

Início

Métodos

  Nome Descrição
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 (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método público ToString (Herdado de Object.)

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.SqlServer.Management.Smo