DtsConvert.ToApplication90(Application) Método

Definición

Precaución

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

Miembro obsoleto; use el GetExtendedInterface(Application) método en su lugar. Convierte un objeto administrado Application en un 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

El objeto Application administrado.

Devoluciones

Un objeto IDTSApplication100 nativo.

Atributos

Se aplica a