DbConnectionStringBuilder.Values Propriedade

Definição

Obtém-se um ICollection que contém os valores no 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

Valor de Propriedade

Um ICollection que contém os valores em .DbConnectionStringBuilder

Implementações

Atributos

Observações

A ordem dos valores em o ICollection não é especificada, mas é a mesma ordem das chaves associadas em o ICollection devolvido Keys pelo método.

O retornado ICollection não é uma cópia estática; em vez disso, o ICollection refere-se aos valores no original DbConnectionStringBuilder. Portanto, as alterações ao DbConnectionStringBuilder são refletidas ICollectionno .

Aplica-se a

Ver também