다음을 통해 공유


DtsConvert.GetExtendedInterface 메서드 (IDTSEvents)

Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.

네임스페이스:  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
The native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.

주의

Use the DtsConvert.GetExtendedInterface(IDTSEvents) method instead of the obsolete ToEvents90 method.

참고 항목

참조

DtsConvert 클래스

GetExtendedInterface 오버로드

Microsoft.SqlServer.Dts.Runtime 네임스페이스