ObjectDataSourceDesigner.CanRefreshSchema 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出是否可以呼叫 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
屬性值
如果可以呼叫 RefreshSchema(Boolean) 則為 true
,否則為 false
。
備註
如果關聯控制項的 屬性 true
實 ITypeResolutionService 作 或 ITypeDiscoveryService 介面,而且 和 SelectMethod 屬性都包含值,則可以呼叫 CanRefreshSchema 方法,而 TypeName 屬性為 。 ObjectDataSourceSiteRefreshSchema
CanRefreshSchema如果 為 true
,則 [重新整理架構] 功能表項目會顯示在視覺化設計工具介面上相關聯控制項的[Common ObjectDataSource Tasks] 操作功能表中。