SqlRetryLogicOption.MaxTimeInterval Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Définit l’intervalle de temps d’intervalle maximal autorisé en tant qu’objet TimeSpan .
public:
property TimeSpan MaxTimeInterval { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan MaxTimeInterval { get; set; }
member this.MaxTimeInterval : TimeSpan with get, set
Public Property MaxTimeInterval As TimeSpan
Valeur de propriété
TimeSpan Intervalle de temps d’intervalle maximal à venir avant la prochaine tentative d’exécution ; doit être compris entre 0 et 120 secondes.