Share via


PackageRemote32Class.LastModifiedProductVersion Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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 PackageRemote32Class 
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

Property Value

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

Implements

IDTSPackage100.LastModifiedProductVersion

See Also

Reference

PackageRemote32Class Class

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace