Compartir vía


IDataSourceDesigner.CanRefreshSchema Propiedad

Definición

Obtiene un valor que indica si se puede llamar al método RefreshSchema(Boolean).

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

Valor de propiedad

Boolean

Es true si el origen de datos subyacente puede actualizar su esquema; de lo contrario, es false.

Se aplica a

Consulte también