DbConnectionStringBuilder.GetProperties(Hashtable) メソッド

定義

指定した Hashtable に、この DbConnectionStringBuilderのすべてのプロパティに関する情報を入力します。

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)

パラメーター

propertyDescriptors
Hashtable

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

適用対象

こちらもご覧ください