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

適用対象

こちらもご覧ください