Compartir a través de


DtsConvert.GetWrapper Método (IDTSPackage100)

Gets the managed Package object that corresponds to the specified native IDTSPackage100 object.

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

Sintaxis

'Declaración
Public Shared Function GetWrapper ( _
    ipkg As IDTSPackage100 _
) As Package
'Uso
Dim ipkg As IDTSPackage100 
Dim returnValue As Package 

returnValue = DtsConvert.GetWrapper(ipkg)
public static Package GetWrapper(
    IDTSPackage100 ipkg
)
public:
static Package^ GetWrapper(
    IDTSPackage100^ ipkg
)
static member GetWrapper : 
        ipkg:IDTSPackage100 -> Package
public static function GetWrapper(
    ipkg : IDTSPackage100
) : Package

Parámetros

Valor devuelto

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

Comentarios

Use the DtsConvert.GetWrapper(IDTSPackage100) method instead of the obsolete ToPackage method.

Vea también

Referencia

DtsConvert Clase

Sobrecarga de GetWrapper

Espacio de nombres Microsoft.SqlServer.Dts.Runtime