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 ネイティブ オブジェクトです。

属性

適用対象