Proprietà PackageClass.VersionGUID

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

Gets the version GUID generated when the package is first created.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property VersionGUID As String 
    Get
'Utilizzo
Dim instance As PackageClass 
Dim value As String 

value = instance.VersionGUID
public virtual string VersionGUID { get; }
public:
virtual property String^ VersionGUID {
    String^ get ();
}
abstract VersionGUID : string 
override VersionGUID : string
function get VersionGUID () : String

Valore proprietà

Tipo: System.String
The version GUID for the package.

Implementa

IDTSPackage100.VersionGUID

Osservazioni

For more information, see Package.

Vedere anche

Riferimento

PackageClass Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Runtime.Wrapper