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

Hashtable將填寫相關DbConnectionStringBuilder資訊。

適用於

另請參閱