Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Called by the task host when it fails.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Sub OnTaskFailed ( _
taskHost As TaskHost _
)
'Usage
Dim instance As IDTSEvents
Dim taskHost As TaskHost
instance.OnTaskFailed(taskHost)
void OnTaskFailed(
TaskHost taskHost
)
void OnTaskFailed(
TaskHost^ taskHost
)
abstract OnTaskFailed :
taskHost:TaskHost -> unit
function OnTaskFailed(
taskHost : TaskHost
)
Parameters
- taskHost
Type: Microsoft.SqlServer.Dts.Runtime.TaskHost
The TaskHost object that failed.