DtsConvert.ToInfoEvents90(IDTSInfoEvents) メソッド

定義

注意事項

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

メンバーは時代遅れ;代わりに GetExtendedInterface(IDTSInfoEvents) 方法を使いましょう。 マネージド IDTSInfoEvents オブジェクトをネイティブ IDTSInfoEvents100 オブジェクトに変換します。

public:
 static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ ToInfoEvents90(Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ events);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 ToInfoEvents90(Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents events);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToInfoEvents90 : Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Public Shared Function ToInfoEvents90 (events As IDTSInfoEvents) As IDTSInfoEvents100

パラメーター

events
IDTSInfoEvents

管理された IDTSInfoEvents オブジェクトです。

返品

ネイティブ IDTSInfoEvents100 オブジェクトです。

属性

適用対象