Freigeben über


PackageNeutralClass.LastModifiedProductVersion-Eigenschaft

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

Gets the product version of the last modified package.

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

Syntax

'Declaration
Public Overridable ReadOnly Property LastModifiedProductVersion As String 
    Get
'Usage
Dim instance As PackageNeutralClass 
Dim value As String 

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

Eigenschaftswert

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

Implementiert

IDTSPackage100.LastModifiedProductVersion

Siehe auch

Verweis

PackageNeutralClass Klasse

Microsoft.SqlServer.Dts.Runtime.Wrapper-Namespace