DtsConvert.ToApplication90(Application) 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 ToXXXX90() methods have been replaced with the GetExtendedInteface() method.
Membro obsoleto; em vez disso, use o GetExtendedInterface(Application) método. Converte um objeto gerenciado Application em um objeto nativo IDTSApplication100 .
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSApplication100 ^ ToApplication90(Microsoft::SqlServer::Dts::Runtime::Application ^ app);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100 ToApplication90 (Microsoft.SqlServer.Dts.Runtime.Application app);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToApplication90 : Microsoft.SqlServer.Dts.Runtime.Application -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSApplication100
Public Shared Function ToApplication90 (app As Application) As IDTSApplication100
Parâmetros
- app
- Application
O objeto Application gerenciado.
Retornos
Um objeto IDTSApplication100 nativo.
- Atributos