次の方法で共有


ToApplication90 メソッド

メモ: この API は、互換性のために残されています。

*** メンバは互換性のために残されているため、GetExtendedInterface(Application) メソッドを代わりに使用してください。*** Application マネージ オブジェクトを IDTSApplication100 ネイティブ オブジェクトに変換します。

名前空間:  Microsoft.SqlServer.Dts.Runtime
アセンブリ:  Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)

構文

'宣言
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToApplication90 ( _
    app As Application _
) As IDTSApplication100
'使用
Dim app As Application
Dim returnValue As IDTSApplication100

returnValue = DtsConvert.ToApplication90(app)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSApplication100 ToApplication90(
    Application app
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSApplication100^ ToApplication90(
    Application^ app
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToApplication90 : 
        app:Application -> IDTSApplication100 
public static function ToApplication90(
    app : Application
) : IDTSApplication100

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSApplication100
IDTSApplication100 ネイティブ オブジェクトです。