Proprietà PackageRemote64Class.LastModifiedProductVersion

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

Gets the product version of the last modified package.

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

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property LastModifiedProductVersion As String 
    Get
'Utilizzo
Dim instance As PackageRemote64Class 
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

Valore proprietà

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

Implementa

IDTSPackage100.LastModifiedProductVersion

Vedere anche

Riferimento

PackageRemote64Class Classe

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