Partager via


Méthode ErrorSupport.SetErrorInterface (IDTSComponentEvents100)

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

Espace de noms :  Microsoft.SqlServer.Dts.ManagedMsg
Assembly :  Microsoft.SqlServer.DtsMsg (en Microsoft.SqlServer.DtsMsg.dll)

Syntaxe

'Déclaration
Protected Sub SetErrorInterface ( _
    pIDTSEvents As IDTSComponentEvents100 _
)
'Utilisation
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
)

Paramètres

Voir aussi

Référence

ErrorSupport Classe

Surcharge SetErrorInterface

Espace de noms Microsoft.SqlServer.Dts.ManagedMsg