BatchUpgradeOptions Class
Specifies the options that the Upgrade method will apply to a list of Integration Services packages during the upgrade process.
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
| Name | Description | |
|---|---|---|
![]() | BatchUpgradeOptions() | Initializes a new instance of the BatchUpgradeOptions class. |
| Name | Description | |
|---|---|---|
![]() | 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 | This API supports the product infrastructure and is not intended to be used directly from your code. 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


