RestorePlan.Execute 方法
Verifies and executes the Restore Plan.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Sub Execute
'用途
Dim instance As RestorePlan
instance.Execute()
public void Execute()
public:
void Execute()
member Execute : unit -> unit
public function Execute()