ScriptTask.SuspendExecution Method ()

 

Applies To: SQL Server 2016 Preview

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)

Syntax

public void SuspendExecution()
public:
virtual void SuspendExecution() sealed
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
Public Sub SuspendExecution

Implements

IDTSSuspend.SuspendExecution()

Remarks

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

See Also

ScriptTask Class
Microsoft.SqlServer.Dts.Tasks.ScriptTask Namespace

Return to top