共用方式為


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