Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
네임스페이스: Microsoft.SqlServer.Dts.Runtime
어셈블리: Microsoft.SqlServer.ManagedDTS(Microsoft.SqlServer.ManagedDTS.dll)
구문
‘선언
Public Shared Function GetExtendedInterface ( _
events As IDTSComponentEvents _
) As IDTSComponentEvents100
‘사용 방법
Dim events As IDTSComponentEvents
Dim returnValue As IDTSComponentEvents100
returnValue = DtsConvert.GetExtendedInterface(events)
public static IDTSComponentEvents100 GetExtendedInterface(
IDTSComponentEvents events
)
public:
static IDTSComponentEvents100^ GetExtendedInterface(
IDTSComponentEvents^ events
)
static member GetExtendedInterface :
events:IDTSComponentEvents -> IDTSComponentEvents100
public static function GetExtendedInterface(
events : IDTSComponentEvents
) : IDTSComponentEvents100
매개 변수
- events
유형: Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents
A managed IDTSComponentEvents object.
반환 값
유형: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
주의
Use the DtsConvert.GetExtendedInterface(IDTSComponentEvents) method instead of the obsolete ToComponentEvents90 method.