Application.PackageUpgradeOptions Property

Definition

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.

Applies to