Metoda DtsConvert.GetWrapper (IDTSEvents100)
Pobiera zarządzany IDTSEvents obiekt, który odpowiada określonej macierzystego IDTSEvents100 obiektu.
Przestrzeń nazw: Microsoft.SqlServer.Dts.Runtime
Zestaw: Microsoft.SqlServer.ManagedDTS (w Microsoft.SqlServer.ManagedDTS.dll)
Składnia
'Deklaracja
Public Shared Function GetWrapper ( _
events As IDTSEvents100 _
) As IDTSEvents
'Użycie
Dim events As IDTSEvents100
Dim returnValue As IDTSEvents
returnValue = DtsConvert.GetWrapper(events)
public static IDTSEvents GetWrapper(
IDTSEvents100 events
)
public:
static IDTSEvents^ GetWrapper(
IDTSEvents100^ events
)
static member GetWrapper :
events:IDTSEvents100 -> IDTSEvents
public static function GetWrapper(
events : IDTSEvents100
) : IDTSEvents
Parametry
- events
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSEvents100
W trybie macierzystym IDTSEvents100 obiektu.
Wartość zwracana
Typ: Microsoft.SqlServer.Dts.Runtime.IDTSEvents
Zarządzanie IDTSEvents obiekt, który odpowiada określonej macierzystego IDTSEvents100 obiektu.
Zobacz także