Compartilhar via


Propriedade do RDL PipelineTaskHost

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

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

Sintaxe

'Declaração
ReadOnly Property PipelineTaskHost As TaskHost
    Get
'Uso
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

Valor da propriedade

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

Comentários

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 Desenvolvendo uma interface do usuário para um componente de fluxo de dados.