IDTSSuspend Members

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

The following tables list the members exposed by the IDTSSuspend type.

Public Properties

  名稱 Description
ms212775.pubproperty(zh-tw,SQL.90).gif 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.

頂端

Public Methods

  名稱 Description
ms212775.pubmethod(zh-tw,SQL.90).gif ResumeExecution Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.
ms212775.pubmethod(zh-tw,SQL.90).gif SuspendExecution Indicates that the executable needs to suspend. This method is called by the runtime engine.

頂端

請參閱

參考

IDTSSuspend Interface
Microsoft.SqlServer.Dts.Runtime Namespace