Поделиться через


Метод DtsConvert.ToConnectionManager

Примечание. Этот API-интерфейс устарел.

*** Member obsolete; use the GetWrapper(IDTSConnectionManager100) method instead. *** Converts a native IDTSConnectionManager100 object to a managed ConnectionManager object.

Пространство имен:  Microsoft.SqlServer.Dts.Runtime
Сборка:  Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)

Синтаксис

'Декларация
<ObsoleteAttribute("The ToXXXX() methods have been replaced with the GetWrapper() method.")> _
Public Shared Function ToConnectionManager ( _
    connMgr As IDTSConnectionManager100 _
) As ConnectionManager
'Применение
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

Параметры

Возвращаемое значение

Тип: Microsoft.SqlServer.Dts.Runtime.ConnectionManager
The managed ConnectionManager object.

См. также

Справочник

DtsConvert Класс

Пространство имен Microsoft.SqlServer.Dts.Runtime