Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Specifies the location to insert a new IDTSInput100 or IDTSOutput100 object in the collection.
Namespace: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Syntax
'Declaration
Public Enumeration DTSInsertPlacement
'Usage
Dim instance As DTSInsertPlacement
public enum DTSInsertPlacement
public enum class DTSInsertPlacement
type DTSInsertPlacement
public enum DTSInsertPlacement
Elemente
| Elementname | Beschreibung | |
|---|---|---|
| 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. |
Hinweise
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.