ForLoopClass.SuspendExecution Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates that 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 ()