SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEvents 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取了本实例的事件。
重载
| 名称 | 说明 |
|---|---|
| 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
参数
返回
一个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对象,代表该实例的事件。