Partager via


Propriété IDtsPipelineEnvironmentService.PipelineTaskHost

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

Espace de noms :  Microsoft.SqlServer.Dts.Design
Assembly :  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Syntaxe

'Déclaration
ReadOnly Property PipelineTaskHost As TaskHost 
    Get
'Utilisation
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

Valeur de propriété

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

Notes

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 Développement d'une interface utilisateur pour un composant de flux de données.

Voir aussi

Référence

IDtsPipelineEnvironmentService Interface

Espace de noms Microsoft.SqlServer.Dts.Design