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