Condividi tramite


HierarchicalDataSourceDesigner.CanRefreshSchema Proprietà

Definizione

Ottiene un valore che indica se il metodo RefreshSchema(Boolean) può essere chiamato.

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

Valore della proprietà

Questa implementazione restituisce sempre false.

Implementazioni

Commenti

Un host di progettazione, ad esempio Visual Studio 2005, usa questa proprietà per determinare se visualizzare un comando Aggiorna schema nel menu Smart-Tag nella visualizzazione progettazione.

Si applica a

Vedi anche