DbConnectionStringBuilder.GetProperties(Hashtable) メソッド

定義

指定した Hashtable に、この 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)

パラメーター

propertyDescriptors
Hashtable

このHashtableに関する情報が入力されるDbConnectionStringBuilder

属性

適用対象

こちらもご覧ください