Metodo ScriptTask.SuspendExecution
Indicates that the executable must suspend execution. This method is called by the run-time engine.
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.ScriptTask
Assembly: Microsoft.SqlServer.ScriptTask (in Microsoft.SqlServer.ScriptTask.dll)
Sintassi
'Dichiarazione
Public Sub SuspendExecution
'Utilizzo
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()
Osservazioni
This method is not used in code. It it called by the runtime when a breakpoint has been encountered.