Partager via


Méthode DtsConvert.GetWrapper

Inclure les membres protégés
Inclure les membres hérités

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

Ce membre est surchargé. Pour plus d'informations sur ce membre, notamment sur la syntaxe et l'utilisation, et pour visualiser des exemples, cliquez sur un nom dans la liste de surcharge.

Liste de surcharge

  Nom Description
Méthode publiqueMembre statique GetWrapper(IDTSApplication100) Gets the managed Application object that corresponds to the specified native IDTSApplication100 object.
Méthode publiqueMembre statique GetWrapper(IDTSConnectionManager100) Gets the managed ConnectionManager object that corresponds to the specified native IDTSConnectionManager100 object.
Méthode publiqueMembre statique GetWrapper(IDTSConnections100) Gets the managed Connections object that corresponds to the specified native IDTSConnections100 object.
Méthode publiqueMembre statique GetWrapper(IDTSEvents100) Gets the managed IDTSEvents object that corresponds to the specified native IDTSEvents100 object.
Méthode publiqueMembre statique GetWrapper(IDTSPackage100) Gets the managed Package object that corresponds to the specified native IDTSPackage100 object.
Méthode publiqueMembre statique GetWrapper(IDTSVariables100) Gets the managed Variables object that corresponds to the specified native IDTSVariables100 object.

Haut de la page

Notes

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

Voir aussi

Référence

DtsConvert Classe

Espace de noms Microsoft.SqlServer.Dts.Runtime