DbConnectionStringBuilder.GetProperties(Hashtable) Metoda

Definice

Vyplní zadaný objekt Hashtable informacemi o všech vlastnostech tohoto DbConnectionStringBuilderobjektu .

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)

Parametry

propertyDescriptors
Hashtable

Hashtable být vyplněno informacemi o tomto DbConnectionStringBuilder.

Platí pro

Viz také