SqlScriptEditorControl.MultiServerPropertiesDisplay.GetEvents Metodo

Definizione

Ottiene gli eventi per questo caso.

Overload

Nome Descrizione
GetEvents(Attribute[])

Ottiene gli eventi per questa istanza usando l'array di attributi specificato come filtro.

GetEvents()

Ottiene gli eventi per questo caso.

GetEvents(Attribute[])

Ottiene gli eventi per questa istanza usando l'array di attributi specificato come 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

Parametri

attributes
Attribute[]

Matrice di tipo Attribute.

Valori restituiti

Un oggetto EventDescriptorCollection che rappresenta gli eventi per questa istanza.

Implementazioni

Si applica a

GetEvents()

Ottiene gli eventi per questo caso.

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

Valori restituiti

Un oggetto EventDescriptorCollection che rappresenta gli eventi per questa istanza.

Implementazioni

Si applica a