Application.PackageUpgradeOptions 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 a value that indicates which upgrade options will be applied to a collection of Integration Services packages during the upgrade process.
public:
property Microsoft::SqlServer::Dts::Runtime::PackageUpgradeOptions ^ PackageUpgradeOptions { Microsoft::SqlServer::Dts::Runtime::PackageUpgradeOptions ^ get(); void set(Microsoft::SqlServer::Dts::Runtime::PackageUpgradeOptions ^ value); };
public Microsoft.SqlServer.Dts.Runtime.PackageUpgradeOptions PackageUpgradeOptions { get; set; }
member this.PackageUpgradeOptions : Microsoft.SqlServer.Dts.Runtime.PackageUpgradeOptions with get, set
Public Property PackageUpgradeOptions As PackageUpgradeOptions
Property Value
A PackageUpgradeOptions object.