Поделиться через


DTSInsertPlacement Enumeration

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

Пространство имен: Microsoft.SqlServer.Dts.Pipeline.Wrapper
Сборка: Microsoft.SqlServer.DTSPipelineWrap (in microsoft.sqlserver.dtspipelinewrap.dll)

Синтаксис

'Декларация
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.

Замечания

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.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Microsoft.SqlServer.Dts.Pipeline.Wrapper Namespace