言語

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 オブジェクト。

属性

適用対象