LastRunRetries Property (SQL-DMO)

The LastRunRetries property returns the number of times SQL Server Agent attempted execution of the referenced job step on the last execution of the step-containing job.

Applies To

JobStep Object

Syntax

object.LastRunRetries

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetLastRunRetries(LPLONG pRetVal);

See Also
RetryAttempts Property RetryInterval Property

  


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