IDTSObjectVersionUpdate100.Version Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the version of the DTS object.
public:
property int Version { int get(); };
[System.Runtime.InteropServices.DispId(2)]
public int Version { [System.Runtime.InteropServices.DispId(2)] get; }
[<System.Runtime.InteropServices.DispId(2)>]
[<get: System.Runtime.InteropServices.DispId(2)>]
member this.Version : int
Public ReadOnly Property Version As Integer
Property Value
The version of the DTS object.
- Attributes
Remarks
Note
This member will be removed in a future version of MicrosoftSQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.