Compartir a través de


IDTSObjectVersionUpdate100.Version Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets the version of the DTS object.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Ensamblado:  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxis

'Declaración
ReadOnly Property Version As Integer 
    Get
'Uso
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

Valor de la propiedad

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

Comentarios

[!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.

Vea también

Referencia

IDTSObjectVersionUpdate100 Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper