PackageUpgradeOptions.RegeneratePackageID Property

Definition

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.

Applies to