หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Creates the restore plan.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Function CreateRestorePlan As RestorePlan
'Usage
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
Return Value
Type: Microsoft.SqlServer.Management.Smo.RestorePlan
The created restore plan.