Метод SuspendExecution
Indicates that the executable must suspend execution. This method is called by the run-time engine.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ScriptTask
Сборка: Microsoft.SqlServer.ScriptTask (в Microsoft.SqlServer.ScriptTask.dll)
Синтаксис
'Декларация
Public Sub SuspendExecution
'Применение
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()
Реализует интерфейс
Замечания
This method is not used in code. It it called by the runtime when a breakpoint has been encountered.