_QueryTable.Refreshing 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.
True si une requête en arrière-plan est en cours pour la table de requête spécifiée. Boolean (en lecture/écriture).
public:
property bool Refreshing { bool get(); };
public bool Refreshing { get; }
Public ReadOnly Property Refreshing As Boolean
Valeur de propriété
Remarques
Utilisez la CancelRefresh() méthode pour annuler les requêtes en arrière-plan.