Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resumes execution of the task or container by the run-time engine after pausing.
Namespace: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Syntax
'Declaration
Public Sub ResumeExecution
'Usage
Dim instance As ScriptTask
instance.ResumeExecution()
public void ResumeExecution()
public:
virtual void ResumeExecution() sealed
abstract ResumeExecution : unit -> unit
override ResumeExecution : unit -> unit
public final function ResumeExecution()
Implements
Remarks
This method is not used in code. This method is called by the runtime when a breakpoint has been completed.