GetExtendedInterface Método (IDTSEvents)
Gets the native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.
Espacio de nombres: Microsoft.SqlServer.Dts.Runtime
Ensamblado: Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)
Sintaxis
'Declaración
Public Shared Function GetExtendedInterface ( _
events As IDTSEvents _
) As IDTSEvents100
'Uso
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
Parámetros
- events
Tipo: Microsoft.SqlServer.Dts.Runtime. . :: . .IDTSEvents
A managed IDTSEvents object.
Valor devuelto
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper. . :: . .IDTSEvents100
The native IDTSEvents100 object that corresponds to the specified managed IDTSEvents object.
Notas
Use the DtsConvert..::..GetExtendedInterface(IDTSEvents) method instead of the obsolete ToEvents90 method.