IDTSObjectHost100 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 | |
|---|---|---|
![]() | DelayValidation | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a value that indicates whether validation of the task is delayed until runtime. |
![]() | HostType | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value from the DTSObjectHostType enumeration that describes the host of the container. This property is read-only. |
![]() | InnerObject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets the method used to access the task instance being hosted by the TaskHost. |
