共用方式為


DatabaseRestorePlanner 類別

Represents the Database Restore Planner.

繼承階層

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)

語法

'宣告
Public NotInheritable Class DatabaseRestorePlanner
'用途
Dim instance As DatabaseRestorePlanner
public sealed class DatabaseRestorePlanner
public ref class DatabaseRestorePlanner sealed
[<SealedAttribute>]
type DatabaseRestorePlanner =  class end
public final class DatabaseRestorePlanner

DatabaseRestorePlanner 型別公開下列成員。

建構函式

  名稱 說明
公用方法 DatabaseRestorePlanner(Server) Initializes a new instance of the DatabaseRestorePlanner class with specified server.
公用方法 DatabaseRestorePlanner(Server, String) Initializes a new instance of the DatabaseRestorePlanner class with specified server and database name.
公用方法 DatabaseRestorePlanner(Server, String, DateTime, String) Initializes a new instance of the DatabaseRestorePlanner class with specified server, database name, point in time and recovery file.

上層

屬性

  名稱 說明
公用屬性 BackupMediaList Gets the backup device item list.
公用屬性 BackupTailLog Gets or sets a value indicating whether to backup tail log.
公用屬性 DatabaseName Gets or sets the database name.
公用屬性 ReadHeaderFromMedia Gets or sets a value indicating whether read header from devices.
公用屬性 RestoreToLastBackup Gets or sets a value indicating whether restore to last backup.
公用屬性 RestoreToPointInTime Gets or sets the restore to point in time.
公用屬性 Server Gets or sets the server.
公用屬性 TailLogBackupFile Gets or sets the tail log backup file.
公用屬性 TailLogWithNoRecovery Gets or sets whether the database restore planner tails log without using recovery.

上層

方法

  名稱 說明
公用方法 CreateRestorePlan() Creates the restore plan.
公用方法 CreateRestorePlan(RestoreOptions) Creates the restore plan with restore options.
公用方法 Equals (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法 GetType (繼承自 Object。)
公用方法 ToString (繼承自 Object。)

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。

請參閱

參考

Microsoft.SqlServer.Management.Smo 命名空間