SqlRetryIntervalBaseEnumerator.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.
Valeur maximale de l’intervalle de temps autorisé.
public: property TimeSpan MaxTimeInterval { public:
TimeSpan get(); protected:
void set(TimeSpan value); };
public TimeSpan MaxTimeInterval { get; protected set; }
member this.MaxTimeInterval : TimeSpan with get, set
Public Property MaxTimeInterval As TimeSpan