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 为数据流组件开发用户界面.