SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties Metodo

Definizione

Ottiene le proprietà per questa istanza.

Overload

GetProperties()

Ottiene le proprietà per questa istanza.

GetProperties(Attribute[])

Ottiene le proprietà per questa istanza.

GetProperties()

Ottiene le proprietà per questa istanza.

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

Restituisce

Oggetto PropertyDescriptorCollection che rappresenta le proprietà per questa istanza.

Implementazioni

Si applica a

GetProperties(Attribute[])

Ottiene le proprietà per questa istanza.

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.

Restituisce

Oggetto PropertyDescriptorCollection che rappresenta le proprietà filtrate per questa istanza.

Implementazioni

Si applica a