Freigeben über


IDTSObjectVersionUpdate100.Version-Eigenschaft

Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.

Gets the version of the DTS object.

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

Syntax

'Declaration
ReadOnly Property Version As Integer 
    Get
'Usage
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

Eigenschaftswert

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

Hinweise

HinweisHinweis

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.

Siehe auch

Verweis

IDTSObjectVersionUpdate100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace