DtsConvert.ToApplication(IDTSApplication100) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
The ToXXXX() methods have been replaced with the GetWrapper() method.
*** Miembro obsoleto; use elGetWrapper(IDTSApplication100)método en su lugar. *** Convierte un objeto nativo IDTSApplication100 en un objeto administradoApplication.
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
Parámetros
- iapp
- IDTSApplication100
El objeto IDTSApplication100 nativo.
Devoluciones
Un objeto Application administrado.
- Atributos