Skip to content

Latest commit

 

History

History
38 lines (27 loc) · 2.02 KB

File metadata and controls

38 lines (27 loc) · 2.02 KB
title Task Host Container
description Task Host Container
author chugugrace
ms.author chugu
ms.date 03/01/2017
ms.service sql
ms.subservice integration-services
ms.topic conceptual
f1_keywords
sql13.dts.designer.taskhostcontainer.f1
helpviewer_keywords
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