DbConnectionStringBuilder.GetProperties(Hashtable) Metódus

Definíció

Kitölti a megadott Hashtable adatokat ennek minden tulajdonságáról DbConnectionStringBuilder.

protected:
 virtual void GetProperties(System::Collections::Hashtable ^ propertyDescriptors);
[System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")]
protected virtual void GetProperties(System.Collections.Hashtable propertyDescriptors);
protected virtual void GetProperties(System.Collections.Hashtable propertyDescriptors);
[<System.Diagnostics.CodeAnalysis.RequiresUnreferencedCode("PropertyDescriptor's PropertyType cannot be statically discovered.")>]
abstract member GetProperties : System.Collections.Hashtable -> unit
override this.GetProperties : System.Collections.Hashtable -> unit
abstract member GetProperties : System.Collections.Hashtable -> unit
override this.GetProperties : System.Collections.Hashtable -> unit
Protected Overridable Sub GetProperties (propertyDescriptors As Hashtable)

Paraméterek

propertyDescriptors
Hashtable

A Hashtable kitöltendő információk erről DbConnectionStringBuilder.

Attribútumok

A következőre érvényes:

Lásd még