Freigeben über


IDtsPipelineEnvironmentService.PipelineTaskHost-Eigenschaft

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

Eigenschaftswert

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

Hinweise

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 Entwickeln einer Benutzeroberfläche für eine Datenflusskomponente.

Siehe auch

Verweis

IDtsPipelineEnvironmentService Schnittstelle

Microsoft.SqlServer.Dts.Design-Namespace