PackageUpgradeOptions.RegeneratePackageID Property
Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Property RegeneratePackageID As Boolean
public bool RegeneratePackageID { get; set; }
public:
property bool RegeneratePackageID {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_RegeneratePackageID ()
/** @property */
public void set_RegeneratePackageID (boolean value)
public function get RegeneratePackageID () : boolean
public function set RegeneratePackageID (value : boolean)
Property Value
A value that specifies whether a new GUID is created and the package ID is updated. The default value is false.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.