Udostępnij za pośrednictwem


Metoda DtsConvert.ToEvents90

Uwaga: ten interfejs API jest już nieaktualny.

*** Członkowskich przestarzałe; Użyj GetExtendedInterface(IDTSEvents) metoda zamiast. *** Konwertuje zarządzanych IDTSEvents obiektu macierzystego IDTSEvents100 obiektu.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Runtime
Zestaw:  Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)

Składnia

'Deklaracja
<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")> _
Public Shared Function ToEvents90 ( _
    events As IDTSEvents _
) As IDTSEvents100
'Użycie
Dim events As IDTSEvents
Dim returnValue As IDTSEvents100

returnValue = DtsConvert.ToEvents90(events)
[ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public static IDTSEvents100 ToEvents90(
    IDTSEvents events
)
[ObsoleteAttribute(L"The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")]
public:
static IDTSEvents100^ ToEvents90(
    IDTSEvents^ events
)
[<ObsoleteAttribute("The ToXXXX90() methods have been replaced with the GetExtendedInteface() method.")>]
static member ToEvents90 : 
        events:IDTSEvents -> IDTSEvents100 
public static function ToEvents90(
    events : IDTSEvents
) : IDTSEvents100

Parametry

Wartość zwracana

Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
W trybie macierzystym IDTSEvents100 obiektu.