DbConnectionStringBuilder.Values Tulajdonság

Definíció

ICollection Lekéri a értékét tartalmazó értéket.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

Tulajdonság értéke

Olyan ICollection , amely tartalmazza a . DbConnectionStringBuilderértékét.

Megvalósítás

Attribútumok

Megjegyzések

A benne lévő ICollection értékek sorrendje meghatározatlan, de megegyezik a metódus által visszaadott kulcsok ICollection sorrendjével Keys .

A visszaadott ICollection érték nem statikus másolat, hanem az ICollection eredeti DbConnectionStringBuilderértékre hivatkozik. Ezért a változások a DbConnectionStringBuilderICollection.

A következőre érvényes:

Lásd még