Поделиться через


ActiveXScriptTask.SuspendExecution Method

Indicates that the executable needs to suspend.

Пространство имен: Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask
Сборка: Microsoft.SqlServer.ActiveXScriptTask (in microsoft.sqlserver.activexscripttask.dll)

Синтаксис

'Декларация
Public Sub SuspendExecution
public void SuspendExecution ()
public:
virtual void SuspendExecution () sealed
public final void SuspendExecution ()
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.

ms193239.note(ru-ru,SQL.90).gifВажно!
В следующей версии Microsoft SQL Server эта возможность будет удалена. Не используйте ее при работе над новыми приложениями и как можно быстрее измените приложения, в которых она в настоящее время используется.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

ActiveXScriptTask Class
ActiveXScriptTask Members
Microsoft.SqlServer.Dts.Tasks.ActiveXScriptTask Namespace