SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties Metodo

Definizione

Ottiene le proprietà per questo caso.

Overload

Nome Descrizione
GetProperties()

Ottiene le proprietà per questo caso.

GetProperties(Attribute[])

Ottiene le proprietà per questo caso.

GetProperties()

Ottiene le proprietà per questo caso.

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

Valori restituiti

Un oggetto PropertyDescriptorCollection che rappresenta le proprietà di questa istanza.

Implementazioni

Si applica a

GetProperties(Attribute[])

Ottiene le proprietà per questo caso.

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

Parametri

attributes
Attribute[]

Matrice di tipo Attribute.

Valori restituiti

Un oggetto PropertyDescriptorCollection che rappresenta le proprietà filtrate per questa istanza.

Implementazioni

Si applica a