Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- pTaskHost
Type: Microsoft.SqlServer.Dts.Runtime.Wrapper.IDTSTaskHost100
The TaskHost object that failed.
Remarks
For more information, see IDTSEvents.