次の方法で共有


DtsConvert.ToInfoEvents90 メソッド

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

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

名前空間:  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 ToInfoEvents90 ( _
    events As IDTSInfoEvents _
) As IDTSInfoEvents100
'使用
Dim events As IDTSInfoEvents 
Dim returnValue As IDTSInfoEvents100 

returnValue = DtsConvert.ToInfoEvents90(events)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSInfoEvents100 ToInfoEvents90(
    IDTSInfoEvents events
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSInfoEvents100^ ToInfoEvents90(
    IDTSInfoEvents^ events
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToInfoEvents90 : 
        events:IDTSInfoEvents -> IDTSInfoEvents100
public static function ToInfoEvents90(
    events : IDTSInfoEvents
) : IDTSInfoEvents100

パラメーター

戻り値

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

関連項目

参照

DtsConvert クラス

Microsoft.SqlServer.Dts.Runtime 名前空間