Compartir a través de


DtsConvert.GetWrapper Método

Incluir miembros protegidos
Incluir miembros heredados

Gets the managed object that corresponds to the specified native object. (The GetWrapper methods replace the obsolete ToXxx methods in DtsConvert.)

Este miembro está sobrecargado. Para obtener información completa acerca de este miembro, incluidos sintaxis, uso y ejemplos, haga clic en un nombre de la lista de sobrecarga.

Lista de sobrecargas

  Nombre Descripción
Método públicoMiembro estático GetWrapper(IDTSApplication100) Gets the managed Application object that corresponds to the specified native IDTSApplication100 object.
Método públicoMiembro estático GetWrapper(IDTSConnectionManager100) Gets the managed ConnectionManager object that corresponds to the specified native IDTSConnectionManager100 object.
Método públicoMiembro estático GetWrapper(IDTSConnections100) Gets the managed Connections object that corresponds to the specified native IDTSConnections100 object.
Método públicoMiembro estático GetWrapper(IDTSEvents100) Gets the managed IDTSEvents object that corresponds to the specified native IDTSEvents100 object.
Método públicoMiembro estático GetWrapper(IDTSPackage100) Gets the managed Package object that corresponds to the specified native IDTSPackage100 object.
Método públicoMiembro estático GetWrapper(IDTSVariables100) Gets the managed Variables object that corresponds to the specified native IDTSVariables100 object.

Arriba

Comentarios

Use the GetWrapper methods instead of the obsolete SQL Server 2005 Integration Services (SSIS) ToXxx methods.

Vea también

Referencia

DtsConvert Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime