DbConnectionStringBuilder.GetProperties(Hashtable) Método

Definição

Preenche um Hashtable fornecido com informações sobre todas as propriedades deste 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

O Hashtable a ser preenchido com informações sobre esse DbConnectionStringBuilder.

Aplica-se a

Confira também