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


Метод DtsConvert.GetWrapper (IDTSApplication100)

Gets the managed Application object that corresponds to the specified native IDTSApplication100 object.

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

Синтаксис

'Декларация
Public Shared Function GetWrapper ( _
    iapp As IDTSApplication100 _
) As Application
'Применение
Dim iapp As IDTSApplication100 
Dim returnValue As Application 

returnValue = DtsConvert.GetWrapper(iapp)
public static Application GetWrapper(
    IDTSApplication100 iapp
)
public:
static Application^ GetWrapper(
    IDTSApplication100^ iapp
)
static member GetWrapper : 
        iapp:IDTSApplication100 -> Application
public static function GetWrapper(
    iapp : IDTSApplication100
) : Application

Параметры

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

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

Замечания

Use the DtsConvert.GetWrapper(IDTSApplication100) method instead of the obsolete ToApplication method.

См. также

Справочник

DtsConvert Класс

Перегрузка GetWrapper

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