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


Метод DtsConvert.GetExtendedInterface (Connections)

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

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

Синтаксис

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

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

Параметры

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

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

Замечания

Use the DtsConvert.GetExtendedInterface(Connections) method instead of the obsolete ToConnections90 method.

См. также

Справочник

DtsConvert Класс

Перегрузка GetExtendedInterface

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