Freigeben über


IDTSPackage100.LastModifiedProductVersion-Eigenschaft

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

Gets the version of the package that is last modified.

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

Syntax

'Declaration
ReadOnly Property LastModifiedProductVersion As String 
    Get
'Usage
Dim instance As IDTSPackage100 
Dim value As String 

value = instance.LastModifiedProductVersion
string LastModifiedProductVersion { get; }
property String^ LastModifiedProductVersion {
    String^ get ();
}
abstract LastModifiedProductVersion : string
function get LastModifiedProductVersion () : String

Eigenschaftswert

Typ: System.String
The version of the package that is last modified.

Siehe auch

Verweis

IDTSPackage100 Schnittstelle

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace