Condividi tramite


Proprietà CurrentVersion

Gets or sets the version of the component.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Pipeline
Assembly:  Microsoft.SqlServer.PipelineHost (in Microsoft.SqlServer.PipelineHost.dll)

Sintassi

'Dichiarazione
Public Property CurrentVersion As Integer
    Get
    Set
'Utilizzo
Dim instance As DtsPipelineComponentAttribute
Dim value As Integer

value = instance.CurrentVersion

instance.CurrentVersion = value
public int CurrentVersion { get; set; }
public:
property int CurrentVersion {
    int get ();
    void set (int value);
}
member CurrentVersion : int with get, set
function get CurrentVersion () : int
function set CurrentVersion (value : int)

Valore proprietà

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

Osservazioni

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.