DbConnectionStringBuilder.GetProperties(Hashtable) Método

Definição

Preenche um fornecimento 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 para ser preenchido com informação sobre isto DbConnectionStringBuilder.

Aplica-se a

Ver também