PackageUpgradeOptions 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 to be applied when an Integration Services package is upgraded.
public ref class PackageUpgradeOptions
public class PackageUpgradeOptions
type PackageUpgradeOptions = class
Public Class PackageUpgradeOptions
- Inheritance
-
PackageUpgradeOptions
Constructors
PackageUpgradeOptions() |
Initializes a new instance of the PackageUpgradeOptions class. |
PackageUpgradeOptions(Boolean, Boolean) |
Initializes a new instance of the PackageUpgradeOptions class. |
Properties
RegeneratePackageID |
Gets or sets a value that specifies whether to create a new GUID and update the package ID for the upgraded Integration Services package. |
UpgradeConnectionProviders |
Gets or sets a value that specifies whether to update the connection strings in the upgraded Integration Services package to use the current names for certain providers. |