Share via


IDtsPipelineEnvironmentService.PipelineTaskHost Property

Gets the TaskHost that represents the TaskHost container of the parent Data Flow task.

Namespace:  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Syntax

'Declaration
ReadOnly Property PipelineTaskHost As TaskHost
    Get
'Usage
Dim instance As IDtsPipelineEnvironmentService
Dim value As TaskHost

value = instance.PipelineTaskHost
TaskHost PipelineTaskHost { get; }
property TaskHost^ PipelineTaskHost {
    TaskHost^ get ();
}
abstract PipelineTaskHost : TaskHost
function get PipelineTaskHost () : TaskHost

Property Value

Type: Microsoft.SqlServer.Dts.Runtime.TaskHost
A TaskHost that represents the TaskHost container of the parent Data Flow task.

Remarks

The TaskHost is a container or wrapper for all Integration Services tasks. The container provides properties and functionality common to all tasks.

For information on using the services provided by SSIS Designer, see Developing a User Interface for a Data Flow Component.