Share via


IDTSComponentMetaData100.PipelineVersion 属性

定义

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

属性值

将组件设计为要在其中执行的数据流任务的版本。

属性

注解

此属性允许组件指定组件设计的数据流任务版本。 如果指定的版本与本地计算机上安装的数据流任务的版本号不同,则验证错误将显示在 SQL Server Data Tools (SSDT) 中。

适用于