Share via


IDTSEvents100.OnTaskFailed(IDTSTaskHost100) Méthode

Définition

Appelée par l'hôte de la tâche lorsqu'il échoue.

public:
 void OnTaskFailed(Microsoft::SqlServer::Dts::Runtime::Wrapper::IDTSTaskHost100 ^ pTaskHost);
[System.Runtime.InteropServices.DispId(7)]
public void OnTaskFailed (Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 pTaskHost);
[<System.Runtime.InteropServices.DispId(7)>]
abstract member OnTaskFailed : Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100 -> unit
Public Sub OnTaskFailed (pTaskHost As IDTSTaskHost100)

Paramètres

pTaskHost
IDTSTaskHost100

Objet TaskHost qui a échoué.

Attributs

Remarques

Pour plus d’informations, consultez IDTSEvents.

S’applique à