DtsConvert.ToEvents90(IDTSEvents) メソッド

定義

注意事項

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

メンバーは廃止されました。代わりにメソッドを GetExtendedInterface(IDTSEvents) 使用してください。 マネージド IDTSEvents オブジェクトをネイティブ IDTSEvents100 オブジェクトに変換します。

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

パラメーター

events
IDTSEvents

IDTSEvents マネージド オブジェクトです。

戻り値

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

属性

適用対象