PackageClass.SuspendExecution Method

Definition

Called when the executable needs to suspend. This method is called by the runtime engine.

public:
 virtual void SuspendExecution() = Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSBreakpointSite100::SuspendExecution;
public virtual void SuspendExecution ();
abstract member SuspendExecution : unit -> unit
override this.SuspendExecution : unit -> unit
Public Overridable Sub SuspendExecution ()

Implements

Remarks

For more information, see Package.

Applies to