DbConnectionStringBuilder.GetProperties(Hashtable) Método

Definição

Preenche um fornecido Hashtable 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 que será preenchido com informações sobre isso DbConnectionStringBuilder.

Aplica-se a

Confira também