ActiveXScriptTask.ResumeExecution Method
Resumes execution of the task after pausing.
Namespace: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Assembly: Microsoft.SqlServer.ActiveXScriptTask (in Microsoft.SqlServer.ActiveXScriptTask.dll)
Syntax
'Declaration
Public Sub ResumeExecution
'Usage
Dim instance As ActiveXScriptTask
instance.ResumeExecution()
public void ResumeExecution()
public:
virtual void ResumeExecution() sealed
abstract ResumeExecution : unit -> unit
override ResumeExecution : unit -> unit
public final function ResumeExecution()
Implements
Remarks
Important
This feature will be removed in the next version of Microsoft SQL Server. Do not use this feature in new development work, and modify applications that currently use this feature as soon as possible.
See Also