DtsConvert.ToInfoEvents90(IDTSInfoEvents) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Precaución
The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.
Miembro obsoleto; use el GetExtendedInterface(IDTSInfoEvents) método en su lugar. Convierte un objeto administrado IDTSInfoEvents en un objeto nativo IDTSInfoEvents100 .
public:
static Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSInfoEvents100 ^ ToInfoEvents90(Microsoft::SqlServer::Dts::Runtime::IDTSInfoEvents ^ events);
[System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100 ToInfoEvents90 (Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents events);
[<System.Obsolete("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToInfoEvents90 : Microsoft.SqlServer.Dts.Runtime.IDTSInfoEvents -> Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSInfoEvents100
Public Shared Function ToInfoEvents90 (events As IDTSInfoEvents) As IDTSInfoEvents100
Parámetros
- events
- IDTSInfoEvents
El objeto IDTSInfoEvents administrado.
Devoluciones
Un objeto IDTSInfoEvents100 nativo.
- Atributos