DTSInsertPlacement 列舉

Specifies the location to insert a new IDTSInput100 or IDTSOutput100 object in the collection.

命名空間:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
組件:  Microsoft.SqlServer.DTSPipelineWrap (在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

語法

'宣告
Public Enumeration DTSInsertPlacement
'用途
Dim instance As DTSInsertPlacement
public enum DTSInsertPlacement
public enum class DTSInsertPlacement
type DTSInsertPlacement
public enum DTSInsertPlacement

成員

成員名稱 說明
IP_BEFORE Specifies to insert the object before the specified input or output object.
IP_AFTER Specifies to insert the object after the specified input or output object.

備註

This enumeration is used as the first parameter to the InsertInput and InsertOutput methods of the IDTSDesigntimeComponent100 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.