IDtsPipelineEnvironmentService 인터페이스

Gives data flow components access to the parent Data Flow task and its TaskHost container.

이 API는 CLS 규격이 아닙니다. CLS 규격 대체 항목은 입니다.

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

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface IDtsPipelineEnvironmentService
‘사용 방법
Dim instance As IDtsPipelineEnvironmentService
[CLSCompliantAttribute(false)]
public interface IDtsPipelineEnvironmentService
[CLSCompliantAttribute(false)]
public interface class IDtsPipelineEnvironmentService
[<CLSCompliantAttribute(false)>]
type IDtsPipelineEnvironmentService =  interface end
public interface IDtsPipelineEnvironmentService

IDtsPipelineEnvironmentService 유형에서 다음 멤버를 표시합니다.

속성

  이름 설명
공용 속성 Pipeline Gets the parent Data Flow task of a data flow component.
공용 속성 PipelineTaskHost Gets the TaskHost that represents the TaskHost container of the parent Data Flow task.

맨 위로 이동

주의

The properties of the IDtsPipelineEnvironmentService can be used at design time by data flow components to access the parent Data Flow task and 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 데이터 흐름 구성 요소의 사용자 인터페이스 개발.

참고 항목

참조

Microsoft.SqlServer.Dts.Design 네임스페이스