PackageUpgradeOptions Class
SQL Server 2012
Specifies the options to be applied when an Integration Services package is upgraded.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
The PackageUpgradeOptions type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | PackageUpgradeOptions() | Initializes a new instance of the PackageUpgradeOptions class. |
![]() | PackageUpgradeOptions(Boolean, Boolean) | Initializes a new instance of the PackageUpgradeOptions class. |
| Name | Description | |
|---|---|---|
![]() | 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. |
