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


Метод DtsConvert.GetExtendedInterface (ConnectionManager)

Gets the native IDTSConnectionManager100 object that corresponds to the specified managed ConnectionManager object.

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

Синтаксис

'Декларация
Public Shared Function GetExtendedInterface ( _
    connMgr As ConnectionManager _
) As IDTSConnectionManager100
'Применение
Dim connMgr As ConnectionManager 
Dim returnValue As IDTSConnectionManager100 

returnValue = DtsConvert.GetExtendedInterface(connMgr)
public static IDTSConnectionManager100 GetExtendedInterface(
    ConnectionManager connMgr
)
public:
static IDTSConnectionManager100^ GetExtendedInterface(
    ConnectionManager^ connMgr
)
static member GetExtendedInterface : 
        connMgr:ConnectionManager -> IDTSConnectionManager100
public static function GetExtendedInterface(
    connMgr : ConnectionManager
) : IDTSConnectionManager100

Параметры

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

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

Замечания

Use the DtsConvert.GetExtendedInterface(ConnectionManager) method instead of the obsolete ToConnectionManager90 method.

См. также

Справочник

DtsConvert Класс

Перегрузка GetExtendedInterface

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