DbConnectionStringBuilder.GetProperties(Hashtable) Metodo

Definizione

Compila un oggetto Hashtable fornito con informazioni su tutte le proprietà di 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)

Parametri

propertyDescriptors
Hashtable

Oggetto Hashtable da compilare con le informazioni su DbConnectionStringBuilder.

Si applica a

Vedi anche