DataSourceDesigner.SuppressingDataSourceEvents 속성

정의

DataSourceChanged 이벤트 또는 RefreshSchema(Boolean) 메서드가 발생하는지 여부를 나타내는 값을 가져옵니다.

protected:
 property bool SuppressingDataSourceEvents { bool get(); };
protected bool SuppressingDataSourceEvents { get; }
member this.SuppressingDataSourceEvents : bool
Protected ReadOnly Property SuppressingDataSourceEvents As Boolean

속성 값

이벤트가 억제되고 있으면 true이고, 그렇지 않으면 false입니다.

설명

SuppressingDataSourceEvents 의 인수true를 사용하여 또는 RefreshSchema 메서드를 SuppressDataSourceEvents 호출하여 속성을 설정할 수 있습니다.

적용 대상

추가 정보