DtsPipelineComponentAttribute.CurrentVersion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the version of the component.
public:
property int CurrentVersion { int get(); void set(int value); };
public int CurrentVersion { get; set; }
member this.CurrentVersion : int with get, set
Public Property CurrentVersion As Integer
Property Value
An integer that contains the version of the component.
Remarks
This property identifies the version of the component. Its primary use is to trigger an update of the component to a newer version. It is used in conjunction with the PerformUpgrade method.