DtsPipelineComponentAttribute.ComponentType Property

Definition

Identifies a component as a source, destination, or transformation.

public:
 property Microsoft::SqlServer::Dts::Pipeline::ComponentType ComponentType { Microsoft::SqlServer::Dts::Pipeline::ComponentType get(); void set(Microsoft::SqlServer::Dts::Pipeline::ComponentType value); };
public Microsoft.SqlServer.Dts.Pipeline.ComponentType ComponentType { get; set; }
member this.ComponentType : Microsoft.SqlServer.Dts.Pipeline.ComponentType with get, set
Public Property ComponentType As ComponentType

Property Value

A value from the ComponentType enumeration.

Remarks

This optional property identifies the component as a source, transformation, or destination component. SSIS Designer uses this attribute to group components in the Data Flow Items Toolbox from top to bottom with source components first, then transformation components, and finally destination components.

Note

When you add a new component to the Data Flow Items toolbox, it appears at the bottom of the list of available components. To re-group components by ComponentType right-click the toolbox, click Reset, and then close and reopen SQL Server Data Tools (SSDT).

Applies to