DbConnectionStringBuilder.GetProperties(Hashtable) 方法

定義

以這個 DbConnectionStringBuilder 之所有屬性的相關資訊填滿提供的 Hashtable

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

適用於

另請參閱