PackageUpgradeOptions.UpgradeConnectionProviders Property
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.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Property UpgradeConnectionProviders As Boolean
public bool UpgradeConnectionProviders { get; set; }
public:
property bool UpgradeConnectionProviders {
bool get ();
void set (bool value);
}
/** @property */
public boolean get_UpgradeConnectionProviders ()
/** @property */
public void set_UpgradeConnectionProviders (boolean value)
public function get UpgradeConnectionProviders () : boolean
public function set UpgradeConnectionProviders (value : 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 |
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.