ComponentType Enumeration

 

Specifies the three types of data flow components.

Namespace:   Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

public enum class ComponentType

Member nameDescription
DestinationAdapter

Identifies a component as a destination, which has one or more IDTSInput100 objects and no IDTSOutput100 objects.

SourceAdapter

Identifies a component as a source, which has one or more IDTSOutput100 objects and no IDTSInput100 objects.

Transform

Identifies a component as a transformation, which has both one or more IDTSInput100 objects and one or more IDTSOutput100 objects.

This enumeration is used by the DtsPipelineComponentAttribute class and the PipelineComponentInfo class to identify the functionality of a managed data flow component.

Return to top
Show: