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


Интерфейс IDTSSuspend

Provides methods and properties that are called by the run-time engine to notify tasks to suspend execution.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
Public Interface IDTSSuspend
'Применение
Dim instance As IDTSSuspend
public interface IDTSSuspend
public interface class IDTSSuspend
type IDTSSuspend =  interface end
public interface IDTSSuspend

Тип IDTSSuspend обеспечивает доступ к следующим элементам.

Свойства

  Имя Описание
Открытое свойство SuspendRequired Gets or sets a Boolean that indicates if tasks should suspend when they encounter a breakpoint. This value is set by the runtime engine for tasks and containers when a breakpoint is encountered.

В начало

Методы

  Имя Описание
Открытый метод ResumeExecution Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
Открытый метод SuspendExecution Indicates that the executable needs to suspend. This method is called by the runtime engine.

В начало

Замечания

For more information about using this interface in custom task development, see Добавление поддержки отладки в пользовательскую задачу.

См. также

Справочник

Пространство имен Microsoft.SqlServer.Dts.Runtime