BatchUpgradeOptions.BackupOldPackages 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 the value that specifies whether to back up the original Integration Services packages before upgrading the packages.
public:
property bool BackupOldPackages { bool get(); void set(bool value); };
public bool BackupOldPackages { get; set; }
member this.BackupOldPackages : bool with get, set
Public Property BackupOldPackages As Boolean
Property Value
A value that specifies whether to back up the original packages. The default value is false.
Remarks
We recommend that you back up the original packages when one of the following conditions is true:
The values of the
name
andnewName
properties of the UpgradePackageInfo that represents the packaged to be upgraded are the same.The value of the
newName
property of the UpgradePackageInfo is null or an empty string.
You can back up the original packages only when the you create a NewFileStorage object for both the original packages and upgraded packages. You cannot back up the original packages when you create a NewServerStorage object or a NewSqlStorage object for the packages.
The NewFileStorage method creates a file storage.
The RootFolder property specifies the folder to which the original packages will be backed up.