DtsConvert.ToApplication(IDTSApplication100) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Cuidado
The ToXXXX() methods have been replaced with the GetWrapper() method.
*** Membro obsoleto; use oGetWrapper(IDTSApplication100)método em vez disso. *** Converte um objeto nativo IDTSApplication100 em um objeto gerenciadoApplication.
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
O objeto IDTSApplication100 nativo.
Retornos
Um objeto Application gerenciado.
- Atributos