DtsConvert.GetExtendedInterface 方法 (IDTSInfoEvents)

Gets the native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.

命名空间:  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

参数

返回值

类型:Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
The native IDTSInfoEvents100 object that corresponds to the specified managed IDTSInfoEvents object.

注释

Use the DtsConvert.GetExtendedInterface(IDTSInfoEvents) method instead of the obsolete ToInfoEvents90 method.

请参阅

参考

DtsConvert 类

GetExtendedInterface 重载

Microsoft.SqlServer.Dts.Runtime 命名空间