Compartilhar via


Método SetErrorInterface (IDTSInfoEvents100)

Specifies the IDTSInfoEvents100 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 ( _
    pIDTSInfoEvents As IDTSInfoEvents100 _
)
'Uso
Dim pIDTSInfoEvents As IDTSInfoEvents100

Me.SetErrorInterface(pIDTSInfoEvents)
protected void SetErrorInterface(
    IDTSInfoEvents100 pIDTSInfoEvents
)
protected:
void SetErrorInterface(
    IDTSInfoEvents100^ pIDTSInfoEvents
)
member SetErrorInterface : 
        pIDTSInfoEvents:IDTSInfoEvents100 -> unit 
protected function SetErrorInterface(
    pIDTSInfoEvents : IDTSInfoEvents100
)

Parâmetros