PipelineVersion 属性

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

命名空间:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
程序集:  Microsoft.SqlServer.DTSPipelineWrap(在 Microsoft.SqlServer.DTSPipelineWrap.dll 中)

语法

声明
Property PipelineVersion As Integer
    Get
    Set
用法
Dim instance As IDTSComponentMetaData100
Dim value As Integer

value = instance.PipelineVersion

instance.PipelineVersion = value
int PipelineVersion { get; set; }
property int PipelineVersion {
    int get ();
    void set (int value);
}
abstract PipelineVersion : int with get, set
function get PipelineVersion () : int
function set PipelineVersion (value : int)

属性值

类型:System. . :: . .Int32
An integer that specifies 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 Business Intelligence Development Studio.