HierarchicalDataSourceDesigner.CanRefreshSchema Propriété

Définition

Obtient une valeur qui indique si la méthode RefreshSchema(Boolean) peut être appelée.

public:
 virtual property bool CanRefreshSchema { bool get(); };
public virtual bool CanRefreshSchema { get; }
member this.CanRefreshSchema : bool
Public Overridable ReadOnly Property CanRefreshSchema As Boolean

Valeur de propriété

Cette implémentation retourne toujours false.

Implémente

Remarques

Un hôte de conception, tel que Visual Studio 2005, utilise cette propriété pour déterminer s’il faut afficher une commande Actualiser le schéma dans le menu Smart-Tag en mode Création.

S’applique à

Voir aussi