OnStart Event (DTS)

The OnStart Event indicates the start of a task or step.

Applies To

Package Object

Syntax

object.OnStart(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 raises an OnStart event, the EventSource argument is empty.

Prototype (C/C++)

HRESULT OnStart(BSTR EventSource);


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