Task Host Container

The task host container encapsulates a single task. In SSIS Designer, the task host is not configured separately; instead, it is configured when you set the properties of the task it encapsulates. For more information about the tasks that the task host containers encapsulate, see Integration Services Tasks.

This container extends the use of variables and event handlers to the task level. For more information, see Integration Services (SSIS) Event Handlers and Integration Services (SSIS) Variables.

Configuration of the Task Host

You can set properties in the Properties window of SQL Server Data Tools (SSDT) or programmatically.

For information about setting these properties in SQL Server Data Tools (SSDT), see Set the Properties of a Task or Container.

For information about programmatically setting these properties, see TaskHost.

Integration Services icon (small) Stay Up to Date with Integration Services

For the latest downloads, articles, samples, and videos from Microsoft, as well as selected solutions from the community, visit the Integration Services page on MSDN:


For automatic notification of these updates, subscribe to the RSS feeds available on the page.

See Also

Concepts

Integration Services Containers