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