Compartilhar via


Propriedade do RDL IDTSObjectVersionUpdate100.Version

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

Gets the version of the DTS object.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
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 da propriedade

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

Comentários

ObservaçãoObservação

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.

Consulte também

Referência

IDTSObjectVersionUpdate100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper