DtsConvert.ToApplication90(Application) 方法

定義

警告

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

成員已過時;還是用這個 GetExtendedInterface(Application) 方法吧。 將受管理 Application 物件轉換成原生 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

參數

app
Application

管理 Application 物件。

傳回

一個原生 IDTSApplication100 物件。

屬性

適用於