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 为数据流组件开发用户界面.