다음을 통해 공유


IDtsPipelineEnvironmentService Interface

Gives data flow components access to the parent Data Flow task and its TaskHost container. This interface is not CLS-compliant. The CLS-compliant alternative is .

네임스페이스: Microsoft.SqlServer.Dts.Design
어셈블리: Microsoft.SqlServer.Dts.Design (in microsoft.sqlserver.dts.design.dll)

구문

‘선언
<CLSCompliantAttribute(False)> _
Public Interface IDtsPipelineEnvironmentService
[CLSCompliantAttribute(false)] 
public interface IDtsPipelineEnvironmentService
[CLSCompliantAttribute(false)] 
public interface class IDtsPipelineEnvironmentService
/** @attribute CLSCompliantAttribute(false) */ 
public interface IDtsPipelineEnvironmentService
CLSCompliantAttribute(false) 
public interface IDtsPipelineEnvironmentService

주의

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 Developing a User Interface for a Data Flow Component.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

IDtsPipelineEnvironmentService Members
Microsoft.SqlServer.Dts.Design Namespace