다음을 통해 공유


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 네임스페이스