DTS Programming
ExecutionTime Property
The ExecutionTime property specifies the total execution time, in seconds, of the associated object.
Applies To
| PackageLogRecord Object | StepLineage Object |
| Step Object | StepLogRecord Object |
| Step2 Object |
Syntax
object.ExecutionTime
| Part | Description |
|---|---|
| object | Expression that evaluates to an object in the Applies To list |
Data Type
Double
Modifiable
Read-only
Prototype (C/C++)
HRESULT GetExecutionTime(double *pRetVal);
Remarks
ExecutionTime of a PackageLogRecord is the total execution time of the Data Transformation Services (DTS) package. For the other objects, ExecutionTime refers to an individual step.