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.
플랫폼
개발 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.
대상 플랫폼
지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.