Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the version of the wrapper.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public ReadOnly Property Version As Integer
Get
'Usage
Dim instance As ManagedWrapper
Dim value As Integer
value = instance.Version
public int Version { get; }
public:
virtual property int Version {
int get () sealed;
}
abstract Version : int
override Version : int
final function get Version () : int
Property Value
Type: System.Int32
The version of the wrapper.
Implements
IDTSObjectVersionUpdate100.Version