다음을 통해 공유


IHierarchicalDataSourceDesigner.RefreshSchema(Boolean) 메서드

정의

내부 데이터 소스의 스키마를 새로 고칩니다.

public:
 void RefreshSchema(bool preferSilent);
public void RefreshSchema (bool preferSilent);
abstract member RefreshSchema : bool -> unit
Public Sub RefreshSchema (preferSilent As Boolean)

매개 변수

preferSilent
Boolean

스키마를 새로 고치는 동안 이벤트 발생을 억제하려면 true이고, 그렇지 않으면 false입니다.

구현자 참고

인터페이스를 구현하여 사용자 고유의 IHierarchicalDataSourceDesigner 데이터 원본을 만들고 스키마가 변경되지 않는 경우 속성은 CanRefreshSchema 항상 를 반환 false 하고 메서드는 RefreshSchema(Boolean)NotSupportedException발생시켜야 합니다.

일반적으로 사용자 작업의 preferSilent 결과로 디자인 호스트에서 를 호출하는 경우 RefreshSchema(Boolean) 사용자가 스키마를 새로 고치는 데 문제가 있다는 알림을 받을 것으로 예상하기 때문에 매개 변수false는 입니다. 그러나 메서드를 호출 Configure() 한 후와 같이 스키마를 암시적으로 새로 고치거나 새로 고침 프로세스에 여러 단계 preferSilent 가 포함된 경우 를 로 설정 true해야 합니다.

적용 대상

추가 정보