Freigeben über


ErrorSupport.SetErrorInterface-Methode (IDTSComponentEvents100)

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

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

Syntax

'Declaration
Protected Sub SetErrorInterface ( _
    pIDTSEvents As IDTSComponentEvents100 _
)
'Usage
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
)

Parameter

Siehe auch

Verweis

ErrorSupport Klasse

SetErrorInterface-Überladung

Microsoft.SqlServer.Dts.ManagedMsg-Namespace