Перечисление DTSPipelineComponentType
Этот API-интерфейс поддерживает инфраструктуру SQL Server 2012 и не предназначен для использования непосредственно из кода.
Classifies pipeline components by category.
Пространство имен: Microsoft.SqlServer.Dts.Runtime.Wrapper
Сборка: Microsoft.SqlServer.DTSRuntimeWrap (в Microsoft.SqlServer.DTSRuntimeWrap.dll)
Синтаксис
'Декларация
Public Enumeration DTSPipelineComponentType
'Применение
Dim instance As DTSPipelineComponentType
public enum DTSPipelineComponentType
public enum class DTSPipelineComponentType
type DTSPipelineComponentType
public enum DTSPipelineComponentType
Элементы
Имя элемента | Описание | |
---|---|---|
DTSPCT_DESTINATIONADAPTER | The component is a destination. | |
DTSPCT_SOURCEADAPTER | The component is a source. | |
DTSPCT_TRANSFORM | The component is a transformation. | |
DTSPCT_VIEW | The component is a view. |
Замечания
For more information, see DTSPipelineComponentType.