Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets the native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
Spazio dei nomi Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Sintassi
'Dichiarazione
Public Shared Function GetExtendedInterface ( _
events As IDTSComponentEvents _
) As IDTSComponentEvents100
'Utilizzo
Dim events As IDTSComponentEvents
Dim returnValue As IDTSComponentEvents100
returnValue = DtsConvert.GetExtendedInterface(events)
public static IDTSComponentEvents100 GetExtendedInterface(
IDTSComponentEvents events
)
public:
static IDTSComponentEvents100^ GetExtendedInterface(
IDTSComponentEvents^ events
)
static member GetExtendedInterface :
events:IDTSComponentEvents -> IDTSComponentEvents100
public static function GetExtendedInterface(
events : IDTSComponentEvents
) : IDTSComponentEvents100
Parametri
- events
Tipo: Microsoft.SqlServer.Dts.Runtime.IDTSComponentEvents
A managed IDTSComponentEvents object.
Valore restituito
Tipo: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
The native IDTSComponentEvents100 object that corresponds to the specified managed IDTSComponentEvents object.
Osservazioni
Use the DtsConvert.GetExtendedInterface(IDTSComponentEvents) method instead of the obsolete ToComponentEvents90 method.