IDtsPipelineEnvironmentService.PipelineTaskHost Property

Definition

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

public:
 property Microsoft::SqlServer::Dts::Runtime::TaskHost ^ PipelineTaskHost { Microsoft::SqlServer::Dts::Runtime::TaskHost ^ get(); };
public Microsoft.SqlServer.Dts.Runtime.TaskHost PipelineTaskHost { get; }
member this.PipelineTaskHost : Microsoft.SqlServer.Dts.Runtime.TaskHost
Public ReadOnly Property PipelineTaskHost As TaskHost

Property Value

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.

Applies to