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


Метод DtsConvert.GetExtendedInterface (IDTSEvents)

Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.

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

Синтаксис

'Декларация
Public Shared Function GetExtendedInterface ( _
    events As IDTSEvents _
) As IDTSEvents100
'Применение
Dim events As IDTSEvents 
Dim returnValue As IDTSEvents100 

returnValue = DtsConvert.GetExtendedInterface(events)
public static IDTSEvents100 GetExtendedInterface(
    IDTSEvents events
)
public:
static IDTSEvents100^ GetExtendedInterface(
    IDTSEvents^ events
)
static member GetExtendedInterface : 
        events:IDTSEvents -> IDTSEvents100
public static function GetExtendedInterface(
    events : IDTSEvents
) : IDTSEvents100

Параметры

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

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

Замечания

Use the DtsConvert.GetExtendedInterface(IDTSEvents) method instead of the obsolete ToEvents90 method.

См. также

Справочник

DtsConvert Класс

Перегрузка GetExtendedInterface

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