IDtsPipelineEnvironmentService.Pipeline 属性

定义

获取数据流组件的父数据流任务。

public:
 property Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPipeline100 ^ Pipeline { Microsoft::SqlServer::Dts::Pipeline::Wrapper::IDTSPipeline100 ^ get(); };
public Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPipeline100 Pipeline { get; }
member this.Pipeline : Microsoft.SqlServer.Dts.Pipeline.Wrapper.IDTSPipeline100
Public ReadOnly Property Pipeline As IDTSPipeline100

属性值

一个表示父数据流任务的 IDTSPipeline100

注解

数据流组件在设计时可以使用此属性IDtsPipelineEnvironmentService来访问父数据流任务,并通过该任务访问数据流中的其他组件。 此功能可用于开发像渐变维度向导一样根据需要创建和连接其他数据流组件的组件。

有关使用 SSIS 设计器提供的服务的信息,请参阅开发数据流组件的用户界面

适用于