Click to Rate and Give Feedback
MSDN
MSDN Library
Collapse All/Expand All Collapse All
IDTSComponentMetaData100..::.Version Property

Gets or sets the version of the component.

Namespace:  Microsoft.SqlServer.Dts.Pipeline.Wrapper
Assembly:  Microsoft.SqlServer.DTSPipelineWrap (in Microsoft.SqlServer.DTSPipelineWrap.dll)
Visual Basic (Declaration)
Property Version As Integer
    Get
    Set
Visual Basic (Usage)
Dim instance As IDTSComponentMetaData100
Dim value As Integer

value = instance.Version

instance.Version = value
C#
int Version { get; set; }
Visual C++
property int Version {
    int get ();
    void set (int value);
}
F#
abstract Version : int with get, set
JScript
function get Version () : int
function set Version (value : int)

Property Value

Type: System..::.Int32
The version number of the component.

When a component is loaded, the version stored in the package XML is checked against the version specified by the component on the computer. If the version on the local computer is later, the PerformUpgrade method is called on the component.

© 2012 Microsoft. All rights reserved. Terms of Use | Trademarks | Privacy Statement
Page view tracker