PackageUpgradeResult.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:
virtual 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
override this.OnTaskFailed : Microsoft.SqlServer.Dts.Runtime.TaskHost -> unit
Public Sub OnTaskFailed (taskHost As TaskHost)
Parameters
- taskHost
- TaskHost
The task host object that failed.