Compartir a través de


LastRunDuration Property

Esta característica se quitará en una versión futura de Microsoft SQL Server. Evite utilizar esta característica en nuevos trabajos de desarrollo y tenga previsto modificar las aplicaciones que actualmente la utilizan.

The LastRunDuration property identifies the length of time, in seconds, required to execute the referenced job step on its most recent run date and time.

Sintaxis

object
.LastRunDuration

Parts

  • object
    An expression that evaluates to an object in the Applies To list

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetLastRunDuration(LPLONG pRetVal);

Applies To:

JobStep Object