共用方式為


DTSInsertPlacement Enumeration

Specifies the location to insert a new IDTSInput90 or IDTSOutput90 object in the collection.

命名空間: Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

語法

'宣告
Public Enumeration DTSInsertPlacement
public enum DTSInsertPlacement
public enum class DTSInsertPlacement
public enum DTSInsertPlacement
public enum DTSInsertPlacement

Members

Member name Description
IP_AFTER Specifies to insert the object after the specified input or output object.
IP_BEFORE Specifies to insert the object before the specified input or output object.

備註

This enumeration is used as the first parameter to the InsertInput and InsertOutput methods of the IDTSDesigntimeComponent90 interface. It specifies where in the collection to insert the new input or output object relative to the input or output specified in the second parameter.

平台

開發平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

目標平台

如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。

請參閱

參考

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace