Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Diese API unterstützt die SQL Server 2012-Infrastruktur und ist nicht zur direkten Verwendung im Code bestimmt.
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 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
Eigenschaftswert
Typ: System.String
The product version of the last modified package.
Implementiert
IDTSPackage100.LastModifiedProductVersion