Udostępnij za pośrednictwem


ManagedWrapper.Version Property

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

See Also

Reference

ManagedWrapper Class

Microsoft.SqlServer.Dts.Runtime Namespace