DbConnectionStringBuilder.Values Egenskap

Definition

Hämtar en ICollection som innehåller värdena i 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

Egenskapsvärde

En ICollection som innehåller värdena i DbConnectionStringBuilder.

Implementeringar

Attribut

Kommentarer

Ordningen på värdena i ICollection är ospecificerad, men det är samma ordning som de associerade nycklarna i den ICollection som returneras av Keys metoden.

Den returnerade ICollection är inte en statisk kopia. I stället ICollection refererar den tillbaka till värdena i den ursprungliga DbConnectionStringBuilder. Därför återspeglas ändringarna DbConnectionStringBuilder i ICollection.

Gäller för

Se även