DTSPipelineComponentType Enumeration
This API supports the product infrastructure and is not intended to be used directly from your code.
Classifies pipeline components by category.
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
| Member name | Description | |
|---|---|---|
| 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.
Show: