Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется.
The RetryInterval property specifies a number of minutes that elapse before SQL Server Agent attempts to execute a previously failing job step.
Синтаксис
object
.RetryInterval [= value]
Parts
- object
An expression that evaluates to an object in the Applies To list
- value
A long integer that specifies a number of minutes
Data Type
Long
Modifiable
Read/write
Prototype (C/C++)
HRESULT GetRetryInterval(LPLONG pRetVal);
HRESULT SetRetryInterval(long NewValue);
Замечания
The RetryInterval property is evaluated only for those job steps flagged for retry. Set the RetryAttempts property to force SQL Server Agent to attempt more than a single execution of a job step.
If the RetryInterval property is zero (default), SQL Server Agent immediately executes a job step an additional time if a step that has been flagged for retry fails completion.