LastModifiedProductVersion-Eigenschaft
Die API unterstützt die .NET Framework-Infrastruktur und ist nicht für eine direkte Verwendung vom Code aus vorgesehen.
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 PackageRemote32Class
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