Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.02 KB

task-host-container.md

File metadata and controls

38 lines (27 loc) · 2.02 KB
title description author ms.author ms.date ms.service ms.subservice ms.topic f1_keywords helpviewer_keywords
Task Host Container
Task Host Container
chugugrace
chugu
03/01/2017
sql
integration-services
conceptual
sql13.dts.designer.taskhostcontainer.f1
containers [Integration Services], Task Host
Task Host container

Task Host Container

[!INCLUDEsqlserver-ssis]

The task host container encapsulates a single task. In [!INCLUDEssIS] 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 [!INCLUDEssBIDevStudioFull] or programmatically.

For information about setting these properties in [!INCLUDEssBIDevStudioFull], see Set the Properties of a Task or Container.

For information about programmatically setting these properties, see xref:Microsoft.SqlServer.Dts.Runtime.TaskHost.

Related Tasks

See Also

Integration Services Containers