IDataSourceDesigner.CanRefreshSchema Propriedade

Definição

Obtém um valor que indica se o método RefreshSchema(Boolean) pode ser chamado.Gets a value that indicates whether the RefreshSchema(Boolean) method can be called.

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

Valor da propriedade

Boolean

truese a fonte de dados subjacente puder atualizar seu esquema; caso contrário, false .true if the underlying data source can refresh its schema; otherwise, false.

Aplica-se a

Confira também