Condividi tramite


IDTSEvents100.OnTaskFailed(IDTSTaskHost100) Metodo

Definizione

Viene chiamata dall'host delle attività in caso di errore.

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)

Parametri

pTaskHost
IDTSTaskHost100

Oggetto TaskHost che ha avuto esito negativo.

Attributi

Commenti

Per altre informazioni, vedere IDTSEvents.

Si applica a