Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Shared Function GetExtendedInterface ( _
events As IDTSComponentEvents _
) As IDTSComponentEvents100
'Usage
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
Parameters
- events
Type: Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents
A managed IDTSComponentEvents object.
Return Value
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
Remarks
Use the DtsConvert.GetExtendedInterface(IDTSComponentEvents) method instead of the obsolete ToComponentEvents90 method.