HierarchicalDataSourceDesigner.CanRefreshSchema Proprietà

Definizione

Ottiene un valore che indica se il RefreshSchema(Boolean) metodo 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 falsesempre .

Implementazioni

Commenti

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

Si applica a

Vedi anche