Share via


DTS_PACKAGE_UPGRADE_OPTIONS.UpgradeConnectionProviders Field

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Specifies to update the connection string to use the new provider names.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Public UpgradeConnectionProviders As Short
'Usage
Dim instance As DTS_PACKAGE_UPGRADE_OPTIONS 
Dim value As Short 

value = instance.UpgradeConnectionProviders 

instance.UpgradeConnectionProviders = value
public short UpgradeConnectionProviders
public:
short UpgradeConnectionProviders
val mutable UpgradeConnectionProviders: int16
public var UpgradeConnectionProviders : short

See Also

Reference

DTS_PACKAGE_UPGRADE_OPTIONS Structure

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace