Właściwość DtsPipelineComponentAttribute.CurrentVersion
Pobiera lub ustawia wersja składnika.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Pipeline
Zestaw: Microsoft.SqlServer.PipelineHost (w Microsoft.SqlServer.PipelineHost.dll)
Składnia
'Deklaracja
Public Property CurrentVersion As Integer
Get
Set
'Użycie
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)
Wartość właściwości
Typ: System.Int32
Liczba całkowita, która zawiera wersja składnika.
Uwagi
Właściwość ta określa wersja składnika.Jest jego podstawowego użycia wyzwalacza aktualizacji składnika do nowszej wersja.Jest ono używane w połączeniu z PerformUpgrade metoda.
Zobacz także