Метод SuspendExecution
Indicates that the executable needs to suspend.
Пространство имен: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Сборка: Microsoft.SqlServer.ActiveXScriptTask (в Microsoft.SqlServer.ActiveXScriptTask.dll)
Синтаксис
'Декларация
Public Sub SuspendExecution
'Применение
Dim instance As ActiveXScriptTask
instance.SuspendExecution()
public void SuspendExecution()
public:
virtual void SuspendExecution() sealed
abstract SuspendExecution : unit -> unit
override SuspendExecution : unit -> unit
public final function SuspendExecution()
Реализует
Замечания
If the SuspendRequired property is set to false, the task can immediately return from the suspend call. A task should not return from this call until it is in a suspended state. Each SuspendExecution call will have a corresponding ResumeExecution call. SuspendExecution and ResumeExecution calls are not to be nested.
Важно! |
---|
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется. |
См. также