DbConnectionStringBuilder.GetProperties(Hashtable) Metod
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Fyller i en angiven Hashtable med information om alla egenskaper för den här 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)
Parametrar
- propertyDescriptors
- Hashtable
Som Hashtable ska fyllas med information om detta DbConnectionStringBuilder.
- Attribut