DbConnectionStringBuilder.GetProperties(Hashtable) Método

Definición

Rellena un Hashtable proporcionado con información sobre todas las propiedades de este DbConnectionStringBuilder.

protected:
 virtual void GetProperties(System::Collections::Hashtable ^ propertyDescriptors);
protected virtual void GetProperties (System.Collections.Hashtable propertyDescriptors);
abstract member GetProperties : System.Collections.Hashtable -> unit
override this.GetProperties : System.Collections.Hashtable -> unit
Protected Overridable Sub GetProperties (propertyDescriptors As Hashtable)

Parámetros

propertyDescriptors
Hashtable

Hashtable a rellenar con información sobre este DbConnectionStringBuilder.

Se aplica a

Consulte también