Share via


DtsConvert.ToApplication(IDTSApplication100) Méthode

Définition

Attention

The ToXXXX() methods have been replaced with the GetWrapper() method.

*** Membre obsolète ; utilisez leGetWrapper(IDTSApplication100)méthode à la place. *** Convertit un objet natif IDTSApplication100 en objet managéApplication.

public:
 static Microsoft::SqlServer::Dts::Runtime::Application ^ ToApplication(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ iapp);
[System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Application ToApplication (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 iapp);
[<System.Obsolete("The ToXXXX() methods have been replaced with the GetWrapper() method.")>]
static member ToApplication : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 -> Microsoft.SqlServer.Dts.Runtime.Application
Public Shared Function ToApplication (iapp As IDTSApplication100) As Application

Paramètres

Retours

Objet Application managé.

Attributs

S’applique à