Metoda ErrorSupport.SetErrorInterface (IDTSComponentEvents100)
Określa IDTSComponentEvents100 wystąpienie ErrorSupport klasy umożliwia podnieść wiadomości.
Przestrzeń nazw: Microsoft.SqlServer.Dts.ManagedMsg
Zestaw: Microsoft.SqlServer.DtsMsg (w Microsoft.SqlServer.DtsMsg.dll)
Składnia
'Deklaracja
Protected Sub SetErrorInterface ( _
pIDTSEvents As IDTSComponentEvents100 _
)
'Użycie
Dim pIDTSEvents As IDTSComponentEvents100
Me.SetErrorInterface(pIDTSEvents)
protected void SetErrorInterface(
IDTSComponentEvents100 pIDTSEvents
)
protected:
void SetErrorInterface(
IDTSComponentEvents100^ pIDTSEvents
)
member SetErrorInterface :
pIDTSEvents:IDTSComponentEvents100 -> unit
protected function SetErrorInterface(
pIDTSEvents : IDTSComponentEvents100
)
Parametry
- pIDTSEvents
Typ: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSComponentEvents100
IDTSComponentEvents100 Wystąpienie ErrorSupport klasy umożliwia podnieść wiadomości.
Zobacz także