Compartir a través de


ScriptTask.SuspendExecution Método

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.ScriptTask
Ensamblado:  Microsoft.SqlServer.ScriptTask (en Microsoft.SqlServer.ScriptTask.dll)

Sintaxis

'Declaración
Public Sub SuspendExecution
'Uso
Dim instance As ScriptTask

instance.SuspendExecution()
public void SuspendExecution()
public:
virtual void SuspendExecution() sealed
abstract SuspendExecution : unit -> unit  
override SuspendExecution : unit -> unit
public final function SuspendExecution()

Implementa

IDTSSuspend.SuspendExecution()

Comentarios

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

Vea también

Referencia

ScriptTask Clase

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.ScriptTask