Compartir a través de


SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEvents Método

Definición

Obtiene los eventos para esta instancia.

Sobrecargas

GetEvents(Attribute[])

Obtiene los eventos para esta instancia usando la matriz de atributos especificada como filtro.

GetEvents()

Obtiene los eventos para esta instancia.

GetEvents(Attribute[])

Obtiene los eventos para esta instancia usando la matriz de atributos especificada como filtro.

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

Parámetros

attributes
Attribute[]

Matriz de tipo Attribute.

Devoluciones

Objeto EventDescriptorCollection que representa los eventos para esta instancia.

Implementaciones

Se aplica a

GetEvents()

Obtiene los eventos para esta instancia.

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

Devoluciones

Objeto EventDescriptorCollection que representa los eventos para esta instancia.

Implementaciones

Se aplica a