Partager via


Propriété PackageRemote64Class.LastModifiedProductVersion

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the product version of the last modified package.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Public Overridable ReadOnly Property LastModifiedProductVersion As String 
    Get
'Utilisation
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

Valeur de propriété

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

Implémente

IDTSPackage100.LastModifiedProductVersion

Voir aussi

Référence

PackageRemote64Class Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper