IDTSTaskHost100 Interface

 

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

Provides a container that encapsulates a single task. In the SSIS Designer, the TaskHost is not configured separately; instead, it is configured when you set the properties of the task it encapsulates.

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

[TypeLibTypeAttribute(TypeLibTypeFlags::FDual | TypeLibTypeFlags::FDispatchable)]
[GuidAttribute("770FE594-F52C-4B5A-81F9-FB7B4B52974F")]
[DefaultMemberAttribute("ExecValueVariable")]
public interface class IDTSTaskHost100

NameDescription
System_CAPS_pubpropertyApartmentThreaded

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

Gets a value that indicates whether the task is an apartment-threaded object.

System_CAPS_pubpropertyExecutionValue

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

Gets the result of the task execution. This property is read-only.

System_CAPS_pubpropertyExecValueVariable

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

Gets or sets the custom Variable that contains the execution results of the task.

Return to top
Show: