DTSInsertPlacement Enum

Definition

public enum class DTSInsertPlacement
public enum DTSInsertPlacement
type DTSInsertPlacement = 
Public Enum DTSInsertPlacement
Inheritance
DTSInsertPlacement

Fields

IP_AFTER 1
IP_BEFORE 0

Remarks

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.

Applies to