共用方式為


IDtsPipelineEnvironmentService.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 開發資料流程元件的使用者介面.

請參閱

參考

IDtsPipelineEnvironmentService 介面

Microsoft.SqlServer.Dts.Design 命名空間