Condividi tramite


XmlDataSourceDesigner.CanRefreshSchema Proprietà

Definizione

Ottiene un valore che indica se è possibile chiamare il metodo RefreshSchema(Boolean).

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

Valore della proprietà

true se è possibile chiamare il metodo RefreshSchema(Boolean); in caso contrario false. Il valore predefinito è false.

Si applica a

Vedi anche