IDtsPipelineEnvironmentService.Pipeline Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the parent Data Flow task of a data flow component.
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
Property Value
An IDTSPipeline100 that represents the parent Data Flow task.
Remarks
This property of the IDtsPipelineEnvironmentService can be used at design time by data flow components to access the parent Data Flow task and, through it, other components in the data flow. This feature could be used to develop a component like the Slowly Changing Dimension Wizard that creates and connects additional data flow components as needed.
For information on using the services provided by SSIS Designer, see Developing a User Interface for a Data Flow Component.