IDTSPackage100.LastModifiedProductVersion Property

 

Applies To: SQL Server 2016 Preview

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

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

[DispIdAttribute(89)]
string LastModifiedProductVersion {
    [DispIdAttribute(89)]
    get;
}
[DispIdAttribute(89)]
property String^ LastModifiedProductVersion {
    [DispIdAttribute(89)]
    String^ get();
}
[<DispIdAttribute(89)>]
abstract LastModifiedProductVersion : string with get
<DispIdAttribute(89)>
ReadOnly Property LastModifiedProductVersion As String

Property Value

Type: System.String

The version of the package that is last modified.

See Also

IDTSPackage100 Interface
Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace

Return to top