다음을 통해 공유


PackageUpgradeOptions.UpgradeConnectionProviders 속성

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.

네임스페이스:  Microsoft.SqlServer.Dts.Runtime
어셈블리:  Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)

구문

‘선언
Public Property UpgradeConnectionProviders As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As PackageUpgradeOptions 
Dim value As Boolean 

value = instance.UpgradeConnectionProviders

instance.UpgradeConnectionProviders = value
public bool UpgradeConnectionProviders { get; set; }
public:
property bool UpgradeConnectionProviders {
    bool get ();
    void set (bool value);
}
member UpgradeConnectionProviders : bool with get, set
function get UpgradeConnectionProviders () : boolean 
function set UpgradeConnectionProviders (value : boolean)

속성 값

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

주의

The following table lists the provider names that are changed.

Previous provider name

Current provider name

Sqlncli.1

Sqlncli10.1

Msolap.3

Msolap.4

참고 항목

참조

PackageUpgradeOptions 클래스

Microsoft.SqlServer.Dts.Runtime 네임스페이스