IDTSComponentMetaData100.PipelineVersion 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置将某组件设计为要在其中执行的数据流任务的版本。
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) 中。