IDataSourceDesigner.CanRefreshSchema Proprietà

Definizione

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

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

Valore della proprietà

true se l'origine dati sottostante può aggiornare il proprio schema; in caso contrario, false.

Si applica a

Vedi anche