Linguaggio

DtsConvert.ToInfoEvents90(IDTSInfoEvents) Metodo

Definizione

Attenzione

The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.

membro obsoleto; Usa invece il GetExtendedInterface(IDTSInfoEvents) metodo. Converte un oggetto gestito IDTSInfoEvents in un oggetto 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

Parametri

events
IDTSInfoEvents

L'oggetto gestito IDTSInfoEvents .

Valori restituiti

Un oggetto nativo IDTSInfoEvents100 .

Attributi

Si applica a