Compartilhar via


Método ErrorSupport.SetErrorInterface (IDTSComponentEvents100)

Specifies the IDTSComponentEvents100 instance that the ErrorSupport class will use to raise messages.

Namespace:  Microsoft.SqlServer.Dts.ManagedMsg
Assembly:  Microsoft.SqlServer.DtsMsg (em Microsoft.SqlServer.DtsMsg.dll)

Sintaxe

'Declaração
Protected Sub SetErrorInterface ( _
    pIDTSEvents As IDTSComponentEvents100 _
)
'Uso
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
)

Parâmetros

Consulte também

Referência

ErrorSupport Classe

Sobrecarregado SetErrorInterface

Namespace Microsoft.SqlServer.Dts.ManagedMsg