Share via


DtsConvert.ToApplication90(Application) Metodo

Definizione

Attenzione

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

Membro obsoleto; usare invece il GetExtendedInterface(Application) metodo . Converte un oggetto gestito Application in un oggetto 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

Parametri

app
Application

Oggetto Application gestito.

Restituisce

Oggetto IDTSApplication100 nativo.

Attributi

Si applica a