PageRestorePlanner.CreateRestorePlan 方法
Creates the restore plan.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.SmoExtended(在 Microsoft.SqlServer.SmoExtended.dll 中)
语法
声明
Public Function CreateRestorePlan As RestorePlan
用法
Dim instance As PageRestorePlanner
Dim returnValue As RestorePlan
returnValue = instance.CreateRestorePlan()
public RestorePlan CreateRestorePlan()
public:
RestorePlan^ CreateRestorePlan()
member CreateRestorePlan : unit -> RestorePlan
public function CreateRestorePlan() : RestorePlan
返回值
类型:Microsoft.SqlServer.Management.Smo.RestorePlan
The created restore plan.