SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEvents 메서드

정의

이 인스턴스의 이벤트를 가져옵니다.

오버로드

GetEvents(Attribute[])

지정한 특성 배열을 필터로 사용하여 이 인스턴스의 이벤트를 가져옵니다.

GetEvents()

이 인스턴스의 이벤트를 가져옵니다.

GetEvents(Attribute[])

지정한 특성 배열을 필터로 사용하여 이 인스턴스의 이벤트를 가져옵니다.

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents(cli::array <Attribute ^> ^ attributes);
public System.ComponentModel.EventDescriptorCollection GetEvents (Attribute[] attributes);
abstract member GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
override this.GetEvents : Attribute[] -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents (attributes As Attribute()) As EventDescriptorCollection

매개 변수

attributes
Attribute[]

Attribute 형식의 배열입니다.

반환

이 인스턴스의 이벤트를 나타내는 EventDescriptorCollection 개체입니다.

구현

적용 대상

GetEvents()

이 인스턴스의 이벤트를 가져옵니다.

public:
 virtual System::ComponentModel::EventDescriptorCollection ^ GetEvents();
public System.ComponentModel.EventDescriptorCollection GetEvents ();
abstract member GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
override this.GetEvents : unit -> System.ComponentModel.EventDescriptorCollection
Public Function GetEvents () As EventDescriptorCollection

반환

이 인스턴스의 이벤트를 나타내는 EventDescriptorCollection 개체입니다.

구현

적용 대상