다음을 통해 공유


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_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 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.

참고 항목

참조

Microsoft.SqlServer.Dts.Pipeline.Wrapper 네임스페이스