Compartir a través de


PipelineTaskHost Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Design
Ensamblado:  Microsoft.SqlServer.Dts.Design (en Microsoft.SqlServer.Dts.Design.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Notas

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 Desarrollar una interfaz de usuario para un componente de flujo de datos.