ManagedWrapper.ResumeExecution Method
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Resumes the execution associated with the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Sub ResumeExecution
'Usage
Dim instance As ManagedWrapper
instance.ResumeExecution()
public void ResumeExecution()
public:
virtual void ResumeExecution() sealed
abstract ResumeExecution : unit -> unit
override ResumeExecution : unit -> unit
public final function ResumeExecution()
Implements
IDTSBreakpointSite100.ResumeExecution()
IDTSSuspend100.ResumeExecution()