Aracılığıyla paylaş


DtsConvert.ToConnectionManager Yöntemi

Not: API artık kullanımdan kalkmıştır.

*** Eski üyesi; kullanın GetWrapper(IDTSConnectionManager100) yöntem yerine. *** Bir yerel dönüştürür IDTSConnectionManager100 nesne için yönetilen bir ConnectionManager nesne.

Ad Alanı:  Microsoft.SqlServer.Dts.Runtime
Derleme:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS içinde.dll)

Sözdizimi

'Bildirim
<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")> _
Public Shared Function ToConnectionManager ( _
    connMgr As IDTSConnectionManager100 _
) As ConnectionManager
'Kullanım
Dim connMgr As IDTSConnectionManager100
Dim returnValue As ConnectionManager

returnValue = DtsConvert.ToConnectionManager(connMgr)
[ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static ConnectionManager ToConnectionManager(
    IDTSConnectionManager100 connMgr
)
[ObsoleteAttribute(L"The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public:
static ConnectionManager^ ToConnectionManager(
    IDTSConnectionManager100^ connMgr
)
[<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToConnectionManager : 
        connMgr:IDTSConnectionManager100 -> ConnectionManager 
public static function ToConnectionManager(
    connMgr : IDTSConnectionManager100
) : ConnectionManager

Dönüş Değeri

Tür: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
Yönetilen ConnectionManager nesne.