Méthode IDTSEvents100.OnTaskFailed

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Called by the task host when it fails.

Espace de noms :  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly :  Microsoft.SqlServer.DTSRuntimeWrap (en Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntaxe

'Déclaration
Sub OnTaskFailed ( _
    pTaskHost As IDTSTaskHost100 _
)
'Utilisation
Dim instance As IDTSEvents100 
Dim pTaskHost As IDTSTaskHost100

instance.OnTaskFailed(pTaskHost)
void OnTaskFailed(
    IDTSTaskHost100 pTaskHost
)
void OnTaskFailed(
    [InAttribute] IDTSTaskHost100^ pTaskHost
)
abstract OnTaskFailed : 
        pTaskHost:IDTSTaskHost100 -> unit
function OnTaskFailed(
    pTaskHost : IDTSTaskHost100
)

Paramètres

Notes

For more information, see IDTSEvents.

Voir aussi

Référence

IDTSEvents100 Interface

Espace de noms Microsoft.SqlServer.Dts.Runtime.Wrapper