DbConnectionStringBuilder.GetProperties(Hashtable) Metoda

Definice

Vyplní dodanou Hashtable informaci o všech vlastnostech tohoto DbConnectionStringBuilderobjektu .

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)

Parametry

propertyDescriptors
Hashtable

Informace Hashtable o tom DbConnectionStringBuildermají být vyplněny .

Atributy

Platí pro

Viz také