DbConnectionStringBuilder.Values プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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に反映されます。