ScriptTask::SuspendExecution Method ()

 

Indicates that the executable must suspend execution. This method is called by the run-time engine.

Namespace:   Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly:  Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)

public:
virtual void SuspendExecution() sealed

This method is not used in code. It it called by the runtime when a breakpoint has been encountered.

Return to top
Show: