Свойство PipelineTaskHost
Gets the TaskHost that represents the TaskHost container of the parent Data Flow task.
Пространство имен: Microsoft.SqlServer.Dts.Design
Сборка: Microsoft.SqlServer.Dts.Design (в Microsoft.SqlServer.Dts.Design.dll)
Синтаксис
'Декларация
ReadOnly Property PipelineTaskHost As TaskHost
Get
'Применение
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
Значение свойства
Тип: Microsoft.SqlServer.Dts.Runtime. . :: . .TaskHost
A TaskHost that represents the TaskHost container of the parent Data Flow task.
Замечания
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 Разработка пользовательского интерфейса для компонента потока данных.
См. также