Share via


IDTSEvents100.OnTaskFailed Method

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Called by the task host when it fails.

Namespace:  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Syntax

'Declaration
Sub OnTaskFailed ( _
    pTaskHost As IDTSTaskHost100 _
)
'Usage
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
)

Parameters

Remarks

For more information, see IDTSEvents.

See Also

Reference

IDTSEvents100 Interface

Microsoft.SqlServer.Dts.Runtime.Wrapper Namespace