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 对象。

属性

适用于