This topic has not yet been rated - Rate this topic

DtsPipelineComponentAttribute.CurrentVersion Property

Gets or sets the version of the component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)
public int CurrentVersion { get; set; }

Property Value

Type: System.Int32
An integer that contains the version of the component.

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.

Did you find this helpful?
(1500 characters remaining)