Condividi tramite


Proprietà ManagedWrapper.Version

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the version of the wrapper.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Version As Integer 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Int32
The version of the wrapper.

Implementa

IDTSObjectVersionUpdate100.Version

Vedere anche

Riferimento

ManagedWrapper Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime