IDTSSuspend100 Interface

 

This API supports the product infrastructure and is not intended to be used directly from your code.

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

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2014
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

[DefaultMemberAttribute("SuspendExecution")]
[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("2BAF82F9-01BC-4566-9B27-2C79B9006729")]
public interface class IDTSSuspend100

NameDescription
System_CAPS_pubpropertySuspendRequired

This API supports the product infrastructure and is not intended to be used directly from your code.

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.

NameDescription
System_CAPS_pubmethodResumeExecution()

This API supports the product infrastructure and is not intended to be used directly from your code.

Resumes execution of the task after pausing. The task or container is resumed by the runtime engine.

System_CAPS_pubmethodSuspendExecution()

This API supports the product infrastructure and is not intended to be used directly from your code.

Indicates that the executable needs to suspend. This method is called by the runtime engine.

Return to top
Show: