DbConnectionStringBuilder.GetProperties(Hashtable) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
以這個 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。
適用於
另請參閱
- ADO.NET 中的連接字串
- ADO.NET 概觀 \(部分機器翻譯\)