OnFinish Event (DTS)

The OnFinish Event indicates completion of a task or step.

Applies To

Package Object

Syntax

object.OnFinish(EventSource)

Part Description
Package Expression that evaluates to an object in the Applies To list
EventSource Event being executed

Remarks

For task types defined by DTS, the EventSource argument indicates a task by name. DTS tasks can be unnamed. When an unnamed task completes raising this event, the EventSource argument is empty.

Prototype (C/C++)

HRESULT OnFinish(BSTR EventSource);

  


(c) 1988-98 Microsoft Corporation. All Rights Reserved.