Metoda DtsConvert.GetExtendedInterface (IDTSEvents)
Pobiera macierzystego IDTSEvents100 obiekt, który odpowiada określonej zarządzane IDTSEvents obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Shared Function GetExtendedInterface ( _
events As IDTSEvents _
) As IDTSEvents100
'Użycie
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
Parametry
- events
Typ: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
Zarządzanie IDTSEvents obiektu.
Wartość zwracana
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
W trybie macierzystym IDTSEvents100 obiekt, który odpowiada określonej zarządzane IDTSEvents obiektu.
Uwagi
Użyj DtsConvert.GetExtendedInterface(IDTSEvents) metoda zamiast przestarzałe ToEvents90 metoda.
Zobacz także