DbConnectionStringBuilder.GetProperties(Hashtable) Метод
Определение
Заполняет указанный Hashtable сведениями обо всех свойствах данного DbConnectionStringBuilder.Fills a supplied Hashtable with information about all the properties of this 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.The Hashtable to be filled with information about this DbConnectionStringBuilder.