IDTSPackage100.PackageUpgradeOptions Property

Definition

Gets or sets the package upgrade options.

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(88)]
public Microsoft.SqlServer.Dts.Runtime.Wrapper.DTS_PACKAGE_UPGRADE_OPTIONS PackageUpgradeOptions { [System.Runtime.InteropServices.DispId(88)] get; [System.Runtime.InteropServices.DispId(88)] set; }
[<System.Runtime.InteropServices.DispId(88)>]
[<get: System.Runtime.InteropServices.DispId(88)>]
[<set: System.Runtime.InteropServices.DispId(88)>]
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

The package upgrade options.

Attributes

Remarks

This interface is implemented by the Package and PackageNeutral interfaces.

Applies to