SqlRetryIntervalBaseEnumerator.GapTimeInterval 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.
Durée d’intervalle par défaut de chaque intervalle.
public: property TimeSpan GapTimeInterval { public:
TimeSpan get(); protected:
void set(TimeSpan value); };
public TimeSpan GapTimeInterval { get; protected set; }
member this.GapTimeInterval : TimeSpan with get, set
Public Property GapTimeInterval As TimeSpan