DTSPipelineComponentType Enum

Definition

Classifies pipeline components by category.

public enum class DTSPipelineComponentType
public enum DTSPipelineComponentType
type DTSPipelineComponentType = 
Public Enum DTSPipelineComponentType
Inheritance
DTSPipelineComponentType

Fields

DTSPCT_DESTINATIONADAPTER 2

The component is a destination.

DTSPCT_SOURCEADAPTER 1

The component is a source.

DTSPCT_TRANSFORM 0

The component is a transformation.

DTSPCT_VIEW 3

The component is a view.

Remarks

For more information, see DTSPipelineComponentType.

Applies to