BatchUpgradeOptions Class
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.
Specifies the options that the Upgrade(IEnumerable<UpgradePackageInfo>, StorageInfo, StorageInfo, BatchUpgradeOptions, IDTSEvents) method will apply to a list of Integration Services packages during the upgrade process.
public ref class BatchUpgradeOptions
public class BatchUpgradeOptions
type BatchUpgradeOptions = class
Public Class BatchUpgradeOptions
- Inheritance
-
BatchUpgradeOptions
Remarks
You pass the BatchUpgradeOptions object to the Upgrade method. For a code example that demonstrates how to upgrade packages, see the Upgrade method.
Constructors
BatchUpgradeOptions() |
Initializes a new instance of the BatchUpgradeOptions class. |
Properties
ActionOnExist |
Gets or sets a ActionOnExistType value that specifies how to handle upgraded packages that have the same name as existing Integration Services packages. |
BackupOldPackages |
Gets or sets the value that specifies whether to back up the original Integration Services packages before upgrading the packages. |
ContinueOnError |
Gets or sets the value that specifies whether an error stops the upgrade process for an Integration Services package. |
ProjectPath | |
TestOnly |
Gets or sets whether the upgrade options are for testing only. |
Validate |
Gets or sets the value that specifies whether to validate an upgraded Integration Services package. |
ValidationFailureAsError |
Gets or sets the value that specifies whether to treat Integration Services packages that are not valid as errors or warnings. |