Compartilhar via


Propriedade do RDL IDTSPackage100.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 version of the package that is last modified.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (em Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintaxe

'Declaração
ReadOnly Property LastModifiedProductVersion As String 
    Get
'Uso
Dim instance As IDTSPackage100 
Dim value As String 

value = instance.LastModifiedProductVersion
string LastModifiedProductVersion { get; }
property String^ LastModifiedProductVersion {
    String^ get ();
}
abstract LastModifiedProductVersion : string
function get LastModifiedProductVersion () : String

Valor da propriedade

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

Consulte também

Referência

IDTSPackage100 Interface

Namespace Microsoft.SqlServer.Dts.Runtime.Wrapper