DtsConvert.GetExtendedInterface Method (IDTSEvents)
Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object. This method is not CLS-compliant.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in microsoft.sqlserver.manageddts.dll)
Syntax
'Deklaracja
Public Shared Function GetExtendedInterface ( _
events As IDTSEvents _
) As IDTSEvents100
public static IDTSEvents100 GetExtendedInterface (
IDTSEvents events
)
public:
static IDTSEvents100^ GetExtendedInterface (
IDTSEvents^ events
)
public static IDTSEvents100 GetExtendedInterface (
IDTSEvents events
)
public static function GetExtendedInterface (
events : IDTSEvents
) : IDTSEvents100
Parameters
- events
A managed IDTSEvents object.
Return Value
The native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.
Remarks
Use the DtsConvert.GetExtendedInterface(IDTSEvents) method instead of the obsolete ToEvents90 method.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.