Proprietà PipelineTaskHost

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Design
Assembly:  Microsoft.SqlServer.Dts.Design (in Microsoft.SqlServer.Dts.Design.dll)

Sintassi

'Dichiarazione
ReadOnly Property PipelineTaskHost As TaskHost
    Get
'Utilizzo
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

Valore proprietà

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

Osservazioni

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 Sviluppo di un'interfaccia utente per un componente del flusso di dati.