Compartir a través de


DtsConvert.GetWrapper Método (IDTSApplication100)

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

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public Shared Function GetWrapper ( _
    iapp As IDTSApplication100 _
) As Application
'Uso
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

Parámetros

Valor devuelto

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

Comentarios

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

Vea también

Referencia

DtsConvert Clase

Sobrecarga de GetWrapper

Espacio de nombres Microsoft.SqlServer.Dts.Runtime