Proprietà IDTSPackage100.LastModifiedProductVersion

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the version of the package that is last modified.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
ReadOnly Property LastModifiedProductVersion As String 
    Get
'Utilizzo
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

Valore proprietà

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

Vedere anche

Riferimento

IDTSPackage100 Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper