IDTSApplication100.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::Wrapper::DTS_PACKAGE_UPGRADE_OPTIONS PackageUpgradeOptions { Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_PACKAGE_UPGRADE_OPTIONS get(); void set(Microsoft::SqlServer::Dts::Runtime::Wrapper::DTS_PACKAGE_UPGRADE_OPTIONS value); };
[System.Runtime.InteropServices.DispId(66)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS PackageUpgradeOptions { [System.Runtime.InteropServices.DispId(66)] get; [System.Runtime.InteropServices.DispId(66)] set; }
[<System.Runtime.InteropServices.DispId(66)>]
[<get: System.Runtime.InteropServices.DispId(66)>]
[<set: System.Runtime.InteropServices.DispId(66)>]
member this.PackageUpgradeOptions : Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS with get, set
Public Property PackageUpgradeOptions As DTS_PACKAGE_UPGRADE_OPTIONS

Property Value

A DTS_PACKAGE_UPGRADE_OPTIONS object.

Attributes

Applies to