DtsConvert.ToEvents(IDTSEvents100) メソッド

定義

注意事項

The ToXXXX() methods have been replaced with the GetWrapper() method.

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

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

パラメーター

events
IDTSEvents100

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

戻り値

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

属性

適用対象