DbConnectionStringBuilder.Values 屬性

定義

得到 ICollection 包含 的 DbConnectionStringBuilder值的 。

public:
 virtual property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Values { get; }
[System.ComponentModel.Browsable(false)]
public virtual System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
[<System.ComponentModel.Browsable(false)>]
member this.Values : System.Collections.ICollection
Public Overridable ReadOnly Property Values As ICollection

屬性值

一個 ICollection 包含 的值 DbConnectionStringBuilder

實作

屬性

備註

ICollection值的順序未明確,但與方法回傳Keys的相關鍵ICollection順序相同。

回傳 ICollection 的 不是靜態副本;而是 ICollection 回溯到原始 DbConnectionStringBuilder中的值。 因此,對 的 DbConnectionStringBuilder 變化會反映在 ICollection中。

適用於

另請參閱