DTSPipelineComponentType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classifies pipeline components by category.
public enum class DTSPipelineComponentType
public enum DTSPipelineComponentType
type DTSPipelineComponentType =
Public Enum DTSPipelineComponentType
- Inheritance
-
DTSPipelineComponentType
Fields
Name | Value | Description |
---|---|---|
DTSPCT_TRANSFORM | 0 | The component is a transformation. |
DTSPCT_SOURCEADAPTER | 1 | The component is a source. |
DTSPCT_DESTINATIONADAPTER | 2 | The component is a destination. |
DTSPCT_VIEW | 3 | The component is a view. |
Remarks
For more information, see DTSPipelineComponentType.