Propriedade do RDL PackageRemote32Class.LastModifiedProductVersion
Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.
Gets the product version of the last modified package.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)
Sintaxe
'Declaração
Public Overridable ReadOnly Property LastModifiedProductVersion As String
Get
'Uso
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
Valor da propriedade
Tipo: System.String
The product version of the last modified package.
Implementa
IDTSPackage100.LastModifiedProductVersion