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


Метод DtsConvert.GetWrapper (IDTSConnections100)

Gets the managed Connections object that corresponds to the specified native IDTSConnections100 object.

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

Синтаксис

'Декларация
Public Shared Function GetWrapper ( _
    connections As IDTSConnections100 _
) As Connections
'Применение
Dim connections As IDTSConnections100 
Dim returnValue As Connections 

returnValue = DtsConvert.GetWrapper(connections)
public static Connections GetWrapper(
    IDTSConnections100 connections
)
public:
static Connections^ GetWrapper(
    IDTSConnections100^ connections
)
static member GetWrapper : 
        connections:IDTSConnections100 -> Connections
public static function GetWrapper(
    connections : IDTSConnections100
) : Connections

Параметры

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

Тип: Microsoft.SqlServer.Dts.Runtime.Connections
The managed Connections object that corresponds to the specified native IDTSConnections100 object.

Замечания

Use the DtsConvert.GetWrapper(IDTSConnections100) method instead of the obsolete ToConnections method.

См. также

Справочник

DtsConvert Класс

Перегрузка GetWrapper

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