CurrentRunRetryAttempt Property (SQL-DMO)

The CurrentRunRetryAttempt property indicates the number of times SQL Server Agent has attempted job execution without success.

Applies To

Job Object

Syntax

object.CurrentRunRetryAttempt

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCurrentRunRetryAttempt(LPLONG pRetVal);

  


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