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.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Name | Description | |
|---|---|---|
![]() | ApartmentThreaded | 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. |
![]() | ExecutionValue | 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. |
![]() | ExecValueVariable | 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. |
