IDTSEvents100.OnTaskFailed(IDTSTaskHost100) Methode

Definition

Wird durch den Taskhost bei einem Fehler aufgerufen.

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)

Parameter

pTaskHost
IDTSTaskHost100

Das fehlerhafte TaskHost-Objekt.

Attribute

Hinweise

Weitere Informationen finden Sie unter IDTSEvents.

Gilt für: