Freigeben über


DtsConvert.ToApplication90(Application) Methode

Definition

Achtung

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

Mitglied veraltet; verwenden Sie stattdessen die GetExtendedInterface(Application) Methode. Konvertiert ein verwaltetes Application Objekt in ein natives IDTSApplication100 Objekt.

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

Parameter

app
Application

Das verwaltete Application-Objekt.

Gibt zurück

Ein systemeigenes IDTSApplication100-Objekt.

Attribute

Gilt für: