IDTSEvents.OnTaskFailed(TaskHost) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Called by the task host when it fails.
public:
void OnTaskFailed(Microsoft::SqlServer::Dts::Runtime::TaskHost ^ taskHost);
public void OnTaskFailed (Microsoft.SqlServer.Dts.Runtime.TaskHost taskHost);
abstract member OnTaskFailed : Microsoft.SqlServer.Dts.Runtime.TaskHost -> unit
Public Sub OnTaskFailed (taskHost As TaskHost)