IDTSComponentMetaData100.PipelineVersion Property

Definition

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

public:
 property int PipelineVersion { int get(); void set(int value); };
[System.Runtime.InteropServices.DispId(132)]
public int PipelineVersion { [System.Runtime.InteropServices.DispId(132)] get; [System.Runtime.InteropServices.DispId(132)] set; }
[<System.Runtime.InteropServices.DispId(132)>]
[<get: System.Runtime.InteropServices.DispId(132)>]
[<set: System.Runtime.InteropServices.DispId(132)>]
member this.PipelineVersion : int with get, set
Public Property PipelineVersion As Integer

Property Value

The version of the data flow task within which the component is designed to execute.

Attributes

Remarks

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).

Applies to