SqlScriptEditorControl.MultiServerPropertiesDisplay.GetProperties Método

Definición

Obtiene las propiedades para este caso.

Sobrecargas

Nombre Description
GetProperties()

Obtiene las propiedades para este caso.

GetProperties(Attribute[])

Obtiene las propiedades para este caso.

GetProperties()

Obtiene las propiedades para este 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

Devoluciones

Un objeto PropertyDescriptorCollection que representa las propiedades para esta instancia.

Implementaciones

Se aplica a

GetProperties(Attribute[])

Obtiene las propiedades para este 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

Parámetros

attributes
Attribute[]

Matriz de tipo Attribute.

Devoluciones

Un objeto PropertyDescriptorCollection que representa las propiedades filtradas para esta instancia.

Implementaciones

Se aplica a