DbConnectionStringBuilder.GetProperties(Hashtable) Метод

Определение

Заполняет указанный Hashtable сведениями обо всех свойствах данного 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)

Параметры

propertyDescriptors
Hashtable

Hashtable, заполняемый сведениями о данном DbConnectionStringBuilder.

Применяется к

См. также раздел