Поделиться через


CurrentRunRetryAttempt Property

В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.

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

Синтаксис

object.CurrentRunRetryAttempt

Parts

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

Data Type

Long

Modifiable

Read-only

Prototype (C/C++)

HRESULT GetCurrentRunRetryAttempt(LPLONG pRetVal);

Applies To: