PackageUpgradeOptions.UpgradeConnectionProviders Property

Definition

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.

public:
 property bool UpgradeConnectionProviders { bool get(); void set(bool value); };
public bool UpgradeConnectionProviders { get; set; }
member this.UpgradeConnectionProviders : bool with get, set
Public Property UpgradeConnectionProviders As Boolean

Property Value

A value that specifies whether to update the connection strings to use the current names for certain providers. By default, the value is true.

Remarks

The following table lists the provider names that are changed.

Previous provider name Current provider name
Sqlncli.1 Sqlncli10.1
Msolap.3 Msolap.4

Applies to