Compartir a través de


ErrorSupport.SetErrorInterface Método (IDTSComponentEvents100)

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

Espacio de nombres:  Microsoft.SqlServer.Dts.ManagedMsg
Ensamblado:  Microsoft.SqlServer.DtsMsg (en Microsoft.SqlServer.DtsMsg.dll)

Sintaxis

'Declaración
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

Vea también

Referencia

ErrorSupport Clase

Sobrecarga de SetErrorInterface

Espacio de nombres Microsoft.SqlServer.Dts.ManagedMsg