Proprietà IDTSObjectVersionUpdate100.Version

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

Gets the version of the DTS object.

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

Sintassi

'Dichiarazione
ReadOnly Property Version As Integer 
    Get
'Utilizzo
Dim instance As IDTSObjectVersionUpdate100 
Dim value As Integer 

value = instance.Version
int Version { get; }
property int Version {
    int get ();
}
abstract Version : int
function get Version () : int

Valore proprietà

Tipo: System.Int32
The version of the DTS object.

Osservazioni

[!NOTA]

This member will be removed in a future version of Microsoft SQL Server. Avoid using this member in new development work, and plan to modify applications that currently use this member.

Vedere anche

Riferimento

IDTSObjectVersionUpdate100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper