Partager via


DTSInsertPlacement Enumeration

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

Espace de noms: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Syntaxe

'Déclaration
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.

Notes

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace