IDTSSuspend 成員

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

IDTSSuspend 型別公開下列成員。

方法

  名稱 描述
公用方法 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.

頂端

屬性

  名稱 描述
公用屬性 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.

頂端