Pipeline 屬性

Gets the parent Data Flow task of a data flow component.

命名空間:  Microsoft.SqlServer.Dts.Design
組件:  Microsoft.SqlServer.Dts.Design (在 Microsoft.SqlServer.Dts.Design.dll 中)

語法

'宣告
ReadOnly Property Pipeline As IDTSPipeline100
    Get
'用途
Dim instance As IDtsPipelineEnvironmentService
Dim value As IDTSPipeline100

value = instance.Pipeline
IDTSPipeline100 Pipeline { get; }
property IDTSPipeline100^ Pipeline {
    IDTSPipeline100^ get ();
}
abstract Pipeline : IDTSPipeline100
function get Pipeline () : IDTSPipeline100

屬性值

型別:Microsoft.SqlServer.Dts.Pipeline.Wrapper. . :: . .IDTSPipeline100
An IDTSPipeline100 that represents the parent Data Flow task.

備註

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