DtsConvert.ToInfoEvents90(IDTSInfoEvents) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
注意事項
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 ネイティブ オブジェクトです。
- 属性