DtsPipelineComponentAttribute.CurrentVersion Property

Definition

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.

Applies to