IDataSourceDesigner.CanRefreshSchema Propriété

Définition

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

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

Valeur de propriété

true si la source de données sous-jacente peut actualiser son schéma ; sinon, false.

S’applique à

Voir aussi