Execute (Package) Method

DTS Programming

DTS Programming

Execute (Package) Method

The Execute method executes a Data Transformation Services (DTS) package or step.

Applies To
Package Object Step Object
Package2 Object  
Syntax

object.Execute

Part Description
object Expression that evaluates to an object in the Applies To list

Remarks

When used with the Package2 and Step2 objects, the Execute method takes no parameters. An application need not call the Execute method for each step or task. Instead the Package2 object calls the Execute method to launch each step or task after the application calls Package2.Execute.

Prototype (C/C++)

HRESULT Execute( );

See Also

Execute Method

Managing DTS Package Programs