DTSPipelineComponentType Enumeration

 

This API supports the product infrastructure and is not intended to be used directly from your code.

Classifies pipeline components by category.

Namespace:   Microsoft.SqlServer.Dts.Runtime.Wrapper.Sql2012
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

public enum class DTSPipelineComponentType

Member nameDescription
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.

Return to top
Show: