GetExtendedInterface メソッド (IDTSInfoEvents)
指定した IDTSInfoEvents マネージ オブジェクトに対応する IDTSInfoEvents100 ネイティブ オブジェクトを取得します。
名前空間: Microsoft.SqlServer.Dts.Runtime
アセンブリ: Microsoft.SqlServer.ManagedDTS (Microsoft.SqlServer.ManagedDTS.dll)
構文
'宣言
Public Shared Function GetExtendedInterface ( _
events As IDTSInfoEvents _
) As IDTSInfoEvents100
'使用
Dim events As IDTSInfoEvents
Dim returnValue As IDTSInfoEvents100
returnValue = DtsConvert.GetExtendedInterface(events)
public static IDTSInfoEvents100 GetExtendedInterface(
IDTSInfoEvents events
)
public:
static IDTSInfoEvents100^ GetExtendedInterface(
IDTSInfoEvents^ events
)
static member GetExtendedInterface :
events:IDTSInfoEvents -> IDTSInfoEvents100
public static function GetExtendedInterface(
events : IDTSInfoEvents
) : IDTSInfoEvents100
パラメーター
- events
型: Microsoft.SqlServer.Dts.Runtime. . :: . .IDTSInfoEvents
IDTSInfoEvents マネージ オブジェクトです。
戻り値
型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSInfoEvents100
指定した IDTSInfoEvents マネージ オブジェクトに対応する IDTSInfoEvents100 ネイティブ オブジェクトです。
説明
互換性のために残されている ToInfoEvents90 メソッドではなく、DtsConvert..::..GetExtendedInterface(IDTSInfoEvents) メソッドを使用してください。