This topic has not yet been rated - Rate this topic

IDTSComponentMetaData100.PipelineVersion Property

Gets or sets the version of the data flow task within which a component is designed to execute.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
int PipelineVersion { get; set; }

Property Value

Type: System.Int32
The version of the data flow task within which the component is designed to execute.

This property allows components to specify the version of the data flow task that the component is designed for. If the version specified is not the same as the version number of the data flow task installed on the local machine, a validation error is displayed in SQL Server Data Tools (SSDT).

Did you find this helpful?
(1500 characters remaining)