次の方法で共有


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

パラメーター

戻り値

型: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEvents100
指定した IDTSEvents マネージ オブジェクトに対応する IDTSEvents100 ネイティブ オブジェクトです。

説明

互換性のために残されている ToEvents90 メソッドではなく、DtsConvert..::..GetExtendedInterface(IDTSEvents) メソッドを使用してください。