다음을 통해 공유


Pipeline 속성

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

네임스페이스:  Microsoft.SqlServer.Dts.Design
어셈블리:  Microsoft.SqlServer.Dts.Design.dll의 Microsoft.SqlServer.Dts.Design

구문

‘선언
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 데이터 흐름 구성 요소의 사용자 인터페이스 개발.