PackageRemote64Class.VersionGUID Property
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the version GUID generated when the package is first created.
Namespace: Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly: Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)
Syntax
'Declaration
Public Overridable ReadOnly Property VersionGUID As String
Get
'Usage
Dim instance As PackageRemote64Class
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
Property Value
Type: System.String
The version GUID for the package.