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
입니다.
설명
RefreshSchema 메서드를 호출할 수 및 CanRefreshSchema 속성은 true
경우를 Site 속성은 연결 된 ObjectDataSource 컨트롤 구현 합니다 ITypeResolutionService 또는 ITypeDiscoveryService 인터페이스와는 TypeName고 SelectMethod 두 속성 값을 포함 합니다.
경우는 CanRefreshSchema 는 true
의 스키마 새로 고침 메뉴 항목이 표시 되는 ObjectDataSource 일반적인 비주얼 디자이너 화면에서 연결된 된 컨트롤의 상황에 맞는 메뉴입니다.