RetryInterval özelliği

Bu özellik Microsoft SQL Server'ın ilerideki bir sürümünde kaldırılacaktır. Yeni geliştirme işlerinde bu özelliği kullanmaktan kaçının ve bu özelliği kullanmakta olan uygulamalarda değişiklik yapmayı planlayın.

The RetryInterval property specifies a number of minutes that elapse before SQL Server Agent attempts to execute a previously failing job step.

Sözdizimi

object
.RetryInterval [= value]

Bölümleri

  • nesne
    Bir nesneye uygulanan listesinde sonucunu veren bir ifade

  • value
    Dakika sayısını belirten uzun bir tamsayý

Veri Türü

Uzun

Değiştirilebilir

Okuma/yazma

Prototip (c/C++)

HRESULT GetRetryInterval(LPLONG pRetVal);
HRESULT SetRetryInterval(long NewValue);

Açıklamalar

TheRetryInterval property is evaluated only for those job steps flagged for retry.Set RetryAttempts özellik tek bir yürütme iş adım. birden fazla girişimi için sql Server Agent zorlamak için

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.

İçin geçerlidir: