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


Метод DtsConvert.GetWrapper (IDTSEvents100)

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

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

Синтаксис

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

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

Параметры

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

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

Замечания

Use the DtsConvert.GetWrapper(IDTSEvents100) method instead of the obsolete ToEvents method.

См. также

Справочник

DtsConvert Класс

Перегрузка GetWrapper

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