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内の値の順序は指定されていませんが、ICollection メソッドによって返されるKeys内の関連するキーと同じ順序です。

返された ICollection は静的コピーではありません。代わりに、 ICollection は元の DbConnectionStringBuilderの値を参照します。 そのため、 DbConnectionStringBuilder への変更は ICollectionに反映されます。

適用対象

こちらもご覧ください