PackageUpgradeOptions.RegeneratePackageID Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package.
public:
property bool RegeneratePackageID { bool get(); void set(bool value); };
public bool RegeneratePackageID { get; set; }
member this.RegeneratePackageID : bool with get, set
Public Property RegeneratePackageID As Boolean
Property Value
A value that specifies whether a new GUID is created and the package ID is updated. The default value is false.